@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Instrument+Serif:ital@1&family=Noto+Sans+SC:wght@400;500;700&display=swap');

:root { --cream: #171A19; --primary: #C95B46; --muted: #777A73; --black: #F1EEE8; --card: #E6E1D8; --line: #D9D5CC; --paper: #FAF8F3; }
* { box-sizing: border-box; font-family: 'Noto Sans SC', 'Almarai', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--cream); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.prisma-site { background: var(--black); min-height: 100vh; overflow: hidden; }
.hero-section { height: 100vh; min-height: 620px; padding: 16px; position: relative; }
.hero-frame { border-radius: 28px; height: 100%; overflow: hidden; position: relative; }
.hero-poster, .hero-video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-poster { opacity: 1; transition: opacity .55s ease; }
.hero-poster.is-hidden { opacity: 0; }
.hero-video { opacity: 0; transition: opacity .55s ease; }
.hero-video.is-ready { opacity: 1; }
.noise-overlay, .features-noise { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.55'/%3E%3C/svg%3E"); inset: 0; pointer-events: none; position: absolute; }
.noise-overlay { mix-blend-mode: overlay; opacity: .7; }
.hero-gradient { background: linear-gradient(to bottom, rgba(23,26,25,.08), transparent 44%, rgba(23,26,25,.42)); inset: 0; position: absolute; }
.floating-nav { background: rgba(250,248,243,.94); border: 1px solid rgba(23,26,25,.1); border-top: 0; border-radius: 0 0 24px 24px; box-shadow: 0 12px 34px rgba(23,26,25,.08); display: flex; gap: clamp(12px, 3vw, 56px); left: 50%; padding: 10px 20px 13px; position: absolute; top: 0; transform: translateX(-50%); white-space: nowrap; z-index: 2; }
.floating-nav a { color: rgba(23,26,25,.72); font-size: clamp(10px, 1vw, 14px); transition: color .25s; }
.floating-nav .nav-link { background: none; border: 0; color: rgba(23,26,25,.72); cursor: pointer; font-size: clamp(10px, 1vw, 14px); padding: 0; transition: color .25s; }
.floating-nav .nav-link:hover, .floating-nav a:hover { color: var(--cream); }
.floating-nav a:hover { color: var(--cream); }
.hero-content { align-items: end; bottom: 0; display: grid; gap: 25px; grid-template-columns: 2fr 1fr; left: 0; padding: 0 5% 5%; position: absolute; right: 0; z-index: 1; }
.hero-title { overflow: hidden; white-space: nowrap; }
.hero-word { color: var(--cream); display: inline-block; font-size: clamp(13vw, 15vw, 16vw); font-weight: 400; letter-spacing: -.12em; line-height: .82; text-orientation: mixed; white-space: nowrap; word-break: keep-all; writing-mode: horizontal-tb; }
.word { display: inline-block; opacity: 0; transform: translateY(28px); animation: pull-up .9s cubic-bezier(.16,1,.3,1) forwards; }
.hero-word .word:last-child { position: relative; }
.hero-word .word:last-child::after { content: '*'; font-size: .31em; position: absolute; right: -.3em; top: .02em; }
.hero-intro { max-width: 340px; padding-bottom: 3px; }
.hero-intro p { color: rgba(241,238,232,.72); font-size: clamp(12px, 1.2vw, 16px); line-height: 1.25; margin: 0 0 24px; }
.join-button { align-items: center; background: var(--primary); border-radius: 999px; color: #000; display: inline-flex; font-size: 14px; gap: 16px; padding: 7px 8px 7px 18px; transition: gap .3s; }
.join-button:hover { gap: 22px; }
.button-orbit { align-items: center; background: var(--primary); border-radius: 50%; color: var(--black); display: flex; height: 38px; justify-content: center; transition: transform .3s; width: 38px; }
.join-button:hover .button-orbit { transform: scale(1.12); }
.arrow-icon { display: inline-block; font-size: 18px; line-height: 1; }

.about-section { background: var(--black); padding: 5vw 5%; }
.about-card { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 52px rgba(55,48,39,.07); margin: auto; max-width: 1450px; padding: clamp(42px, 6vw, 84px) clamp(24px, 7vw, 110px); text-align: center; }
.eyebrow { color: var(--primary); font-size: 11px; margin-bottom: 30px; }
.about-card h2 { font-size: clamp(32px, 4.5vw, 64px); font-weight: 400; letter-spacing: -.065em; line-height: .95; margin: 0 auto 38px; max-width: 850px; }
.about-card h2 em { font-family: 'Instrument Serif', serif; font-weight: 400; }
.personal-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 0 auto 34px; max-width: 1100px; padding: 17px 0; text-align: left; }
.personal-facts div { color: var(--cream); font-size: 14px; line-height: 1.55; }
.personal-facts span { color: #8B8478; display: block; font-size: 11px; margin-bottom: 6px; }
.scroll-copy { color: var(--primary); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.42; margin: auto; max-width: 980px; opacity: .9; }

.overview-section { background: var(--black); border-top: 1px solid var(--line); padding: 9vw 5%; }
.overview-inner { margin: auto; max-width: 1450px; }
.overview-heading { align-items: end; display: flex; gap: 48px; justify-content: space-between; margin-bottom: 54px; }
.overview-heading .eyebrow { margin-bottom: 16px; }
.overview-heading h2 { color: var(--cream); font-size: clamp(42px, 7vw, 104px); font-weight: 400; letter-spacing: -.09em; line-height: .95; margin: 0; }
.overview-heading p { color: #777A73; font-size: 14px; line-height: 1.65; margin: 0; max-width: 360px; }
.overview-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.overview-card { background: var(--paper); border: 1px solid var(--line); min-height: 300px; padding: 24px; position: relative; transition: box-shadow .3s, transform .3s; }
.overview-card:hover { box-shadow: 0 18px 44px rgba(55,62,52,.12); transform: translateY(-6px); }
.overview-number { color: #8B8478; font-size: 11px; }
.overview-card h3 { color: var(--cream); font-size: clamp(22px, 2.3vw, 34px); font-weight: 400; letter-spacing: -.07em; line-height: 1.08; margin: 72px 0 14px; }
.overview-card p { color: #777A73; font-size: 13px; line-height: 1.55; margin: 0; max-width: 270px; }
.overview-link { color: var(--primary); display: inline-block; font-size: 13px; margin-top: 32px; }
#projects { background: radial-gradient(circle at 10% 12%, rgba(201, 91, 70, .12), transparent 28%), linear-gradient(135deg, #F5F1EA, #F1EEE8 52%, #EDE8DF); }
#projects .overview-card { background: linear-gradient(135deg, rgba(255, 252, 246, .88), rgba(232, 224, 211, .8)); border: 1px solid rgba(201, 91, 70, .22); border-radius: 28px; box-shadow: 0 20px 55px rgba(92, 67, 49, .12), inset 0 1px 0 rgba(255,255,255,.82); overflow: hidden; }
#projects .overview-card::before { background: linear-gradient(90deg, transparent, rgba(201, 91, 70, .42), transparent); content: ''; height: 1px; left: 8%; position: absolute; right: 8%; top: 0; }
#projects .overview-card::after { border: 1px solid rgba(201, 91, 70, .14); border-radius: 50%; content: ''; height: 160px; position: absolute; right: -72px; top: -72px; width: 160px; }
#projects .overview-card:nth-child(2) { background: linear-gradient(135deg, rgba(250, 247, 240, .9), rgba(224, 217, 205, .84)); border-color: rgba(136, 119, 99, .25); box-shadow: 0 20px 55px rgba(85, 76, 63, .12), inset 0 1px 0 rgba(255,255,255,.82); }
#projects .overview-card:nth-child(2)::before { background: linear-gradient(90deg, transparent, rgba(119, 110, 95, .34), transparent); }
#projects .overview-card:nth-child(2)::after { border-color: rgba(119, 110, 95, .16); }
#projects .overview-card:nth-child(3) { background: linear-gradient(135deg, rgba(250, 245, 237, .92), rgba(231, 213, 199, .82)); border-color: rgba(178, 102, 79, .28); box-shadow: 0 20px 55px rgba(142, 93, 72, .12), inset 0 1px 0 rgba(255,255,255,.82); }
#projects .overview-card:nth-child(3)::before { background: linear-gradient(90deg, transparent, rgba(201, 91, 70, .38), transparent); }
#projects .overview-card:nth-child(3)::after { border-color: rgba(201, 91, 70, .16); }
#skills .overview-card { background: linear-gradient(135deg, #F9F6F0, #E7E0D5); border-color: rgba(119, 122, 115, .2); }
#projects .overview-grid { grid-template-columns: repeat(2, 1fr); }
#projects .overview-card:first-child { grid-column: 1 / -1; min-height: 320px; }
#projects .overview-card:first-child h3 { font-size: clamp(28px, 3.3vw, 52px); margin-top: 58px; }
.project-feature { align-items: center; display: grid; gap: clamp(28px, 5vw, 82px); grid-template-columns: minmax(0, 1.45fr) minmax(280px, .85fr); min-height: 430px !important; }
.project-feature-video { background: rgba(255,255,255,.42); border: 1px solid rgba(83, 166, 160, .34); border-radius: 18px; overflow: hidden; }
.project-feature-copy { padding-right: clamp(8px, 2vw, 34px); }
.project-feature-copy h3 { margin-top: 58px !important; }
.project-card-link { bottom: 30px; color: var(--primary); font-size: 13px; position: absolute; right: 34px; z-index: 2; }
.project-card-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.custom-cursor { left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: opacity .18s ease, width .2s ease, height .2s ease; z-index: 100; }
.custom-cursor.is-visible { opacity: 1; }
.custom-cursor-core { background: #171A19; border-radius: 50%; box-shadow: 0 0 0 3px rgba(201, 91, 70, .16); height: 11px; width: 11px; }
.custom-cursor-ring { border: 2px solid rgba(201, 91, 70, .82); border-radius: 50%; height: 42px; mix-blend-mode: multiply; width: 42px; }
.custom-cursor-ring.is-hovering { height: 54px; width: 54px; }
.project-transition { --transition-dark: #171A19; --transition-light: #C95B46; inset: 0; overflow: hidden; position: fixed; z-index: 50; }
.transition-i2v { --transition-dark: #281512; --transition-light: #C95B46; }
.transition-caption { --transition-dark: #2A211C; --transition-light: #B97A62; }
.transition-vqa { --transition-dark: #332019; --transition-light: #D18B6D; }
.transition-panel { background: linear-gradient(135deg, var(--transition-dark), var(--transition-light)); bottom: 0; position: absolute; top: 0; transition: transform .53s cubic-bezier(.76,0,.18,1); width: 50.1%; }
.transition-panel::after { background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.3), transparent 42%); content: ''; inset: 0; opacity: .55; position: absolute; }
.transition-panel-left { left: 0; }
.transition-panel-right { right: 0; }
.project-transition.is-opening .transition-panel-left { transform: translateX(-100%); }
.project-transition.is-opening .transition-panel-right { transform: translateX(100%); }
.transition-content { align-items: center; color: #fff; display: flex; flex-direction: column; inset: 0; justify-content: center; letter-spacing: -.03em; padding: 24px; position: absolute; text-align: center; transition: opacity .14s ease, transform .14s ease; z-index: 1; }
.project-transition.is-opening .transition-content { opacity: 0; transform: scale(.96); }
.transition-number { font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 18px; opacity: .76; }
.transition-content strong { font-size: clamp(25px, 3.6vw, 55px); font-weight: 400; line-height: 1.08; max-width: 760px; }
.transition-loading { align-items: center; display: flex; font-size: 12px; gap: 5px; letter-spacing: .09em; margin-top: 25px; opacity: .78; }
.transition-loading i { animation: loading-dot .7s ease-in-out infinite; background: currentColor; border-radius: 50%; display: block; height: 4px; width: 4px; }
.transition-loading i:nth-child(2) { animation-delay: .12s; }
.transition-loading i:nth-child(3) { animation-delay: .24s; }
.project-video { aspect-ratio: 16 / 9; background: #dfe5df; display: block; width: 100%; }
#skills { padding-top: 6vw; padding-bottom: 6vw; }
#skills .overview-heading { align-items: flex-start; }
#skills .overview-heading p { max-width: 430px; }
#skills .overview-grid { grid-template-columns: repeat(4, 1fr); }
#skills .overview-card { background: #fff; min-height: 350px; padding: 38px; }
#skills .overview-card h3 { font-size: clamp(25px, 2.1vw, 36px); margin: 76px 0 24px; }
#skills .overview-card p { color: #687067; font-size: 16px; line-height: 1.7; max-width: none; }

.features-section { background: var(--black); min-height: 100vh; overflow: hidden; padding: 9vw 5%; position: relative; }
.features-noise { opacity: .15; }
.features-inner { margin: auto; max-width: 1500px; position: relative; z-index: 1; }
.features-inner > h2 { color: var(--cream); font-size: clamp(24px, 4vw, 57px); font-weight: 400; letter-spacing: -.065em; line-height: 1.08; margin: 0 0 48px; max-width: 920px; }
.features-inner > h2 span { color: #707069; }
.feature-grid { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); }
.feature-card { animation: card-in .8s cubic-bezier(.22,1,.36,1) both; background: var(--card); border: 1px solid rgba(32,35,31,.08); min-height: 480px; padding: 22px; position: relative; }
.video-card { overflow: hidden; padding: 0; }
.video-card video { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.video-card::after { background: linear-gradient(transparent 45%, rgba(0,0,0,.75)); content: ''; inset: 0; position: absolute; }
.video-label { bottom: 22px; color: var(--cream); font-size: 17px; left: 22px; position: absolute; z-index: 1; }
.feature-icon { border-radius: 10px; height: 52px; object-fit: cover; width: 52px; }
.feature-number { color: #85857d; font-size: 11px; margin-top: 37px; }
.feature-card h3 { color: var(--cream); font-size: clamp(20px, 1.8vw, 29px); font-weight: 400; letter-spacing: -.07em; margin: 9px 0 25px; }
.feature-card ul { list-style: none; margin: 0; padding: 0; }
.feature-card li { align-items: flex-start; color: #697067; display: flex; font-size: 12px; gap: 9px; line-height: 1.45; margin: 13px 0; }
.check { color: var(--primary); font-size: 14px; }
.learn-more { bottom: 23px; color: var(--cream); font-size: 12px; left: 22px; position: absolute; }
.learn-more .arrow-icon { font-size: 15px; margin-left: 4px; transform: rotate(-45deg); }
footer { align-items: center; border-top: 1px solid var(--line); color: #777d73; display: flex; font-size: 10px; justify-content: space-between; padding: 24px 5%; }
footer a { color: var(--primary); opacity: .65; }
.site-nav { align-items: center; }
.nav-name { color: var(--cream) !important; font-size: 13px !important; font-weight: 700; }
.nav-divider { background: #4b4b47; height: 15px; width: 1px; }
.archive-page { min-height: 100vh; padding: 120px 5% 80px; position: relative; }
.archive-page .site-nav { position: absolute; top: 0; }
.archive-hero { margin: 0 auto 80px; max-width: 1450px; }
.archive-hero h1 { color: var(--cream); font-size: clamp(52px, 10vw, 150px); font-weight: 400; letter-spacing: -.09em; line-height: .9; margin: 25px 0 35px; overflow-wrap: anywhere; }
.archive-hero p { color: #a3a39a; font-size: clamp(14px, 1.4vw, 19px); line-height: 1.55; margin: 0 0 28px; max-width: 570px; }
.project-i2v-archive .archive-hero { max-width: 1240px; }
.project-i2v-archive .archive-title-lines { font-size: clamp(52px, 8.2vw, 128px); letter-spacing: -.08em; max-width: 1100px; }
.project-i2v-archive { background: radial-gradient(circle at 13% 11%, rgba(43, 170, 176, .42), transparent 30%), radial-gradient(circle at 86% 78%, rgba(9, 46, 53, .52), transparent 36%), linear-gradient(138deg, #020607 0%, #071d21 50%, #03080b 100%); color: #ecf8ff; isolation: isolate; overflow: hidden; }
.project-i2v-archive::before { background-image: repeating-linear-gradient(118deg, transparent 0 72px, rgba(4, 15, 65, .48) 73px 75px, transparent 76px 148px), repeating-linear-gradient(28deg, transparent 0 118px, rgba(57, 143, 225, .10) 119px 120px, transparent 121px 240px); content: ''; inset: 0; opacity: .86; pointer-events: none; position: absolute; z-index: -1; }
.project-i2v-archive::after { background: radial-gradient(ellipse at 50% 0%, rgba(65, 190, 255, .16), transparent 48%); content: ''; height: 680px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; z-index: -1; }
.project-i2v-archive .floating-nav { background: rgba(5, 25, 57, .78); border-color: rgba(108, 203, 255, .28); box-shadow: 0 14px 34px rgba(0, 4, 25, .32); }
.project-i2v-archive .floating-nav a, .project-i2v-archive .floating-nav .nav-link, .project-i2v-archive .nav-name { color: rgba(228, 247, 255, .8) !important; }
.project-i2v-archive .floating-nav a:hover, .project-i2v-archive .floating-nav .nav-link:hover { color: #fff !important; }
.project-i2v-archive .nav-divider { background: rgba(145, 216, 255, .44); }
.project-i2v-archive .eyebrow, .project-i2v-archive .back-link { color: #7cd7ff; }
.project-i2v-archive .archive-hero h1 { color: #f0fbff; text-shadow: 0 0 32px rgba(54, 179, 255, .2); }
.project-i2v-archive .archive-hero p { color: rgba(213, 238, 255, .76); }
.project-i2v-archive .project-summary-bar { background-color: #030807; background-image: radial-gradient(ellipse 75% 150% at 50% -45%, rgba(74, 202, 177, .18), transparent 55%), repeating-linear-gradient(90deg, rgba(98, 190, 169, .075) 0 1px, transparent 1px 155px), repeating-linear-gradient(0deg, rgba(98, 190, 169, .06) 0 1px, transparent 1px 72px); border-color: rgba(43, 170, 176, .56); box-shadow: inset 0 1px 0 rgba(147, 255, 251, .17), 0 18px 55px rgba(0, 3, 8, .54), 0 0 34px rgba(43, 170, 176, .1); position: relative; }
.project-i2v-archive .project-summary-bar::before { background: linear-gradient(to bottom, rgba(76, 205, 178, .26), rgba(43, 170, 176, .07) 32%, transparent 82%); content: ''; inset: 0 0 auto; height: 104px; pointer-events: none; position: absolute; }
.project-i2v-archive .project-summary-item { position: relative; z-index: 1; }
.project-i2v-archive .project-summary-item + .project-summary-item { border-color: rgba(113, 211, 255, .28); }
.project-i2v-archive .project-summary-item span { color: #7cd7ff; }
.project-i2v-archive .project-summary-item strong { color: #effaff; }
.project-i2v-archive .archive-card { background: linear-gradient(145deg, rgba(13, 65, 119, .62), rgba(6, 31, 80, .66)); border-color: rgba(102, 200, 255, .28); box-shadow: inset 0 1px 0 rgba(217, 246, 255, .12), 0 18px 45px rgba(0, 8, 37, .2); }
.project-i2v-archive .archive-card:hover { background: linear-gradient(145deg, rgba(18, 87, 151, .76), rgba(8, 41, 104, .78)); box-shadow: inset 0 1px 0 rgba(217, 246, 255, .18), 0 25px 52px rgba(0, 7, 34, .38); }
.project-i2v-archive .archive-card-number, .project-i2v-archive .archive-card p { color: rgba(186, 224, 250, .72); }
.project-i2v-archive .archive-card h2, .project-i2v-archive .archive-arrow { color: #effaff; }
.project-i2v-archive .archive-placeholder { background: rgba(5, 25, 65, .22); border-color: rgba(117, 204, 255, .35); color: rgba(192, 230, 255, .72); }
.project-caption-archive, .project-vqa-archive { color: #f6f3ff; isolation: isolate; overflow: hidden; }
.project-caption-archive { background: radial-gradient(circle at 12% 12%, rgba(128, 112, 221, .43), transparent 29%), radial-gradient(circle at 88% 76%, rgba(34, 24, 80, .5), transparent 36%), linear-gradient(138deg, #04030a 0%, #17102f 52%, #05040b 100%); }
.project-vqa-archive { background: radial-gradient(circle at 14% 13%, rgba(224, 150, 115, .43), transparent 30%), radial-gradient(circle at 88% 78%, rgba(101, 49, 40, .5), transparent 36%), linear-gradient(138deg, #090403 0%, #28120e 52%, #090303 100%); }
.project-caption-archive::before, .project-vqa-archive::before { background-image: repeating-linear-gradient(118deg, transparent 0 72px, rgba(12, 7, 54, .42) 73px 75px, transparent 76px 148px), repeating-linear-gradient(28deg, transparent 0 118px, rgba(220, 214, 255, .10) 119px 120px, transparent 121px 240px); content: ''; inset: 0; opacity: .86; pointer-events: none; position: absolute; z-index: -1; }
.project-vqa-archive::before { background-image: repeating-linear-gradient(118deg, transparent 0 72px, rgba(62, 21, 26, .42) 73px 75px, transparent 76px 148px), repeating-linear-gradient(28deg, transparent 0 118px, rgba(255, 229, 210, .11) 119px 120px, transparent 121px 240px); }
.project-caption-archive .floating-nav, .project-vqa-archive .floating-nav { background: rgba(28, 16, 72, .78); border-color: rgba(205, 194, 255, .28); box-shadow: 0 14px 34px rgba(11, 4, 35, .32); }
.project-vqa-archive .floating-nav { background: rgba(83, 36, 32, .78); border-color: rgba(255, 207, 180, .3); box-shadow: 0 14px 34px rgba(45, 10, 16, .32); }
.project-caption-archive .floating-nav a, .project-caption-archive .floating-nav .nav-link, .project-caption-archive .nav-name, .project-vqa-archive .floating-nav a, .project-vqa-archive .floating-nav .nav-link, .project-vqa-archive .nav-name { color: rgba(249, 247, 255, .84) !important; }
.project-caption-archive .floating-nav a:hover, .project-caption-archive .floating-nav .nav-link:hover, .project-vqa-archive .floating-nav a:hover, .project-vqa-archive .floating-nav .nav-link:hover { color: #fff !important; }
.project-caption-archive .nav-divider { background: rgba(213, 204, 255, .46); }
.project-vqa-archive .nav-divider { background: rgba(255, 220, 196, .5); }
.project-caption-archive .eyebrow, .project-caption-archive .back-link { color: #c6baff; }
.project-vqa-archive .eyebrow, .project-vqa-archive .back-link { color: #ffd0b5; }
.project-caption-archive .archive-hero h1, .project-vqa-archive .archive-hero h1 { color: #fbf9ff; text-shadow: 0 0 32px rgba(211, 194, 255, .22); }
.project-vqa-archive .archive-hero h1 { text-shadow: 0 0 32px rgba(255, 205, 174, .22); }
.project-caption-archive .archive-hero p, .project-vqa-archive .archive-hero p { color: rgba(239, 234, 255, .78); }
.project-vqa-archive .archive-hero p { color: rgba(255, 233, 221, .8); }
.project-caption-archive .archive-card { background: linear-gradient(145deg, rgba(87, 70, 175, .62), rgba(34, 24, 80, .68)); border-color: rgba(206, 194, 255, .3); box-shadow: inset 0 1px 0 rgba(244, 241, 255, .14), 0 18px 45px rgba(18, 6, 60, .25); }
.project-caption-archive .archive-card:hover { background: linear-gradient(145deg, rgba(111, 89, 211, .74), rgba(43, 31, 106, .78)); box-shadow: inset 0 1px 0 rgba(244, 241, 255, .19), 0 25px 52px rgba(18, 6, 60, .38); }
.project-vqa-archive .archive-card { background: linear-gradient(145deg, rgba(183, 99, 82, .64), rgba(101, 49, 40, .7)); border-color: rgba(255, 206, 178, .31); box-shadow: inset 0 1px 0 rgba(255, 241, 233, .14), 0 18px 45px rgba(55, 11, 16, .24); }
.project-vqa-archive .archive-card:hover { background: linear-gradient(145deg, rgba(218, 125, 101, .78), rgba(122, 55, 45, .8)); box-shadow: inset 0 1px 0 rgba(255, 241, 233, .2), 0 25px 52px rgba(55, 11, 16, .38); }
.project-caption-archive .archive-card-number, .project-caption-archive .archive-card p { color: rgba(224, 216, 255, .76); }
.project-vqa-archive .archive-card-number, .project-vqa-archive .archive-card p { color: rgba(255, 226, 211, .78); }
.project-caption-archive .archive-card h2, .project-caption-archive .archive-arrow, .project-vqa-archive .archive-card h2, .project-vqa-archive .archive-arrow { color: #fffaff; }
.project-caption-archive .archive-placeholder { background: rgba(30, 19, 76, .28); border-color: rgba(205, 194, 255, .36); color: rgba(226, 220, 255, .78); }
.project-vqa-archive .archive-placeholder { background: rgba(83, 30, 30, .28); border-color: rgba(255, 203, 177, .38); color: rgba(255, 226, 211, .8); }
.case-page { padding-top: 92px; }
.project-i2v-archive.case-page { --case-accent: #93e7ff; --case-glow: rgba(147, 231, 255, .28); --case-line: rgba(147, 231, 255, .24); }
.project-caption-archive.case-page { --case-accent: #b9a8ff; --case-glow: rgba(185, 168, 255, .25); --case-line: rgba(185, 168, 255, .24); }
.project-vqa-archive.case-page { --case-accent: #ffb48d; --case-glow: rgba(255, 180, 141, .25); --case-line: rgba(255, 180, 141, .24); }
.case-layout { margin: auto; max-width: 1450px; position: relative; }
.case-content { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 10px max(5vw, calc((100vw - 1450px) / 2)) 120px; position: relative; }
.project-i2v-content { background: #000; margin-bottom: -80px; }
.case-meta { border-bottom: 1px solid var(--case-line); color: rgba(235, 244, 241, .55); display: grid; font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; grid-template-columns: 1fr 1fr 1fr; letter-spacing: .06em; padding: 0 0 18px; }
.case-meta span:nth-child(2) { text-align: center; }
.case-meta span:last-child { text-align: right; }
.case-hero { min-height: 610px; padding: clamp(92px, 11vw, 180px) 0 85px; }
.case-hero h1 { color: #f7fbf9; font-size: clamp(58px, 8.8vw, 142px); font-weight: 400; letter-spacing: -.095em; line-height: .86; margin: 0; max-width: 1100px; }
.case-hero h1 > span { display: block; }
.case-title-accent { color: var(--case-accent); text-shadow: 0 0 30px var(--case-glow); }
.case-hero p { color: rgba(223, 235, 231, .66); font-size: clamp(15px, 1.55vw, 21px); line-height: 1.65; margin: clamp(44px, 5vw, 78px) 0 0; max-width: 830px; }
.case-map { background: rgba(3, 8, 7, .76); border: 1px solid rgba(204, 228, 220, .22); border-radius: 26px; display: grid; grid-template-columns: 1.4fr 70px 1.4fr 70px 1.4fr 1.75fr; min-height: 248px; overflow: hidden; }
.case-map.has-third-benchmark { grid-template-columns: 1.18fr 52px 1.1fr 52px 1.1fr 52px 1.1fr 1.5fr; }
.case-map-label, .case-map-cell { display: flex; flex-direction: column; justify-content: space-between; padding: 28px 36px; }
.case-map-label { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.case-map-cell { border-left: 1px solid rgba(204, 228, 220, .18); }
.case-map-cell span { color: rgba(224, 237, 232, .42); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.case-map-cell strong { color: #f6faf8; font-size: clamp(26px, 2.35vw, 42px); font-weight: 400; letter-spacing: -.07em; line-height: 1; }
.case-map-cell small { color: rgba(223, 235, 231, .47); font-size: 11px; letter-spacing: .04em; }
.case-map-target { background: radial-gradient(circle at 50% 0, var(--case-glow), transparent 72%); }
.case-map-target strong { color: var(--case-accent); }
.case-map-versus { align-items: center; border-left: 1px solid rgba(204, 228, 220, .18); color: var(--case-accent); display: flex; font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 13px; font-weight: 700; justify-content: center; }
.case-map-objective { background: #f0f3ee; border-left: 0; color: #111713; }
.case-map-objective span, .case-map-objective small { color: rgba(17, 23, 19, .48); }
.case-map-objective strong { color: #111713; font-size: clamp(23px, 2.05vw, 35px); }
.case-content.is-revealed .case-map > * { animation: map-cell-in .72s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .case-map > :nth-child(1) { animation-delay: .08s; }
.case-content.is-revealed .case-map > :nth-child(2) { animation-delay: .16s; }
.case-content.is-revealed .case-map > :nth-child(3) { animation-delay: .24s; }
.case-content.is-revealed .case-map > :nth-child(4) { animation-delay: .32s; }
.case-content.is-revealed .case-map > :nth-child(5) { animation-delay: .4s; }
.case-content.is-revealed .case-map > :nth-child(6) { animation-delay: .48s; }
.case-content.is-revealed .case-map > :nth-child(7) { animation-delay: .56s; }
.case-content.is-revealed .case-map > :nth-child(8) { animation-delay: .64s; }
.case-map > * { transition: background-color .35s ease, box-shadow .35s ease; }
.case-map > .case-map-cell:hover { background-color: rgba(201, 91, 70, .1); box-shadow: inset 0 0 24px rgba(201, 91, 70, .08); }
.case-map > .case-map-target:hover { background: radial-gradient(circle at 50% 0, var(--case-glow), transparent 72%), rgba(201, 91, 70, .08); }
.evaluation-principle { border-bottom: 1px solid var(--case-line); border-top: 1px solid var(--case-line); display: grid; gap: clamp(26px, 4vw, 72px); grid-template-columns: minmax(300px, .96fr) minmax(360px, 1.04fr); margin: 10px 0; padding: clamp(38px, 5vw, 72px) clamp(24px, 4vw, 60px); position: relative; }
.evaluation-principle::before { background: radial-gradient(ellipse at 28% 50%, var(--case-glow), transparent 60%); content: ''; inset: 0; opacity: .72; pointer-events: none; position: absolute; }
.principle-index, .principle-statement, .principle-copy { position: relative; }
.principle-index { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; font-weight: 700; grid-column: 1 / -1; letter-spacing: .13em; margin-bottom: -8px; }
.principle-statement { align-self: center; color: rgba(244, 250, 248, .92); display: flex; flex-direction: column; font-size: clamp(29px, 3.25vw, 52px); letter-spacing: -.08em; line-height: .97; max-width: 480px; }
.principle-statement strong { color: var(--case-accent); font-family: 'Instrument Serif', 'Noto Serif SC', serif; font-size: 1.1em; font-weight: 400; letter-spacing: -.055em; text-shadow: 0 0 28px var(--case-glow); }
.principle-copy { align-self: center; border-left: 1px solid var(--case-line); color: rgba(223, 235, 231, .78); font-size: clamp(21px, 1.85vw, 30px); letter-spacing: -.025em; line-height: 1.7; margin: 0; max-width: 720px; padding-left: clamp(26px, 4vw, 64px); transform-origin: left center; transition: color .35s ease, filter .35s ease, transform .42s cubic-bezier(.16, 1, .3, 1); }
.principle-copy:hover { color: rgba(235, 252, 250, .97); filter: drop-shadow(0 0 14px var(--case-glow)); transform: scale(1.05); }
.case-detail-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 10px; }
.case-detail-card { background: linear-gradient(145deg, rgba(8, 16, 14, .92), rgba(3, 7, 6, .9)); border: 1px solid rgba(204, 228, 220, .16); min-height: 285px; padding: 28px; position: relative; }
.case-detail-card::before { background: linear-gradient(90deg, transparent, var(--case-accent), transparent); content: ''; height: 1px; left: 12%; opacity: .65; position: absolute; right: 12%; top: 0; }
.case-detail-card > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; }
.case-detail-card h2 { color: #f4faf7; font-size: clamp(28px, 2.5vw, 42px); font-weight: 400; letter-spacing: -.08em; line-height: 1; margin: 78px 0 18px; }
.case-detail-card p { color: rgba(223, 235, 231, .62); font-size: 14px; line-height: 1.7; margin: 0; max-width: 370px; }
.case-content.is-revealed .case-detail-card { animation: detail-card-in .72s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .case-detail-card:nth-child(1) { animation-delay: .18s; }
.case-content.is-revealed .case-detail-card:nth-child(2) { animation-delay: .28s; }
.case-content.is-revealed .case-detail-card:nth-child(3) { animation-delay: .38s; }
.case-detail-card { transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.16, 1, .3, 1); }
.case-detail-card:hover { border-color: rgba(201, 91, 70, .52); box-shadow: 0 20px 44px rgba(0, 0, 0, .28), 0 0 28px var(--case-glow); transform: translateY(-6px); }
.evaluation-framework { border-top: 1px solid var(--case-line); margin-top: clamp(72px, 10vw, 150px); padding-top: clamp(52px, 6vw, 86px); }
.evaluation-framework.is-revealed .framework-heading { animation: framework-rise .7s cubic-bezier(.16, 1, .3, 1) both; }
.evaluation-framework.is-revealed .framework-heading h2 em { animation: accent-sweep 1.3s .2s ease-out both; }
.framework-heading { align-items: end; display: flex; gap: 44px; justify-content: space-between; margin-bottom: 36px; }
.framework-heading > div > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.framework-heading h2 { color: #f3faf7; font-size: clamp(42px, 5.2vw, 76px); font-weight: 400; letter-spacing: -.09em; line-height: .92; margin: 16px 0 0; }
.framework-heading h2 em { color: var(--case-accent); font-family: 'Instrument Serif', serif; font-size: 1.08em; font-weight: 400; }
.framework-heading > p { color: rgba(223, 235, 231, .56); font-size: 13px; line-height: 1.65; margin: 0; max-width: 330px; }
.efficiency-strip { align-items: stretch; background: rgba(4, 11, 10, .72); border: 1px solid rgba(204, 228, 220, .18); display: grid; grid-template-columns: 178px 1fr; margin-bottom: 12px; }
.efficiency-strip > span { align-items: center; border-right: 1px solid rgba(204, 228, 220, .18); color: var(--case-accent); display: flex; font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; padding: 24px 28px; }
.efficiency-strip > div { display: flex; flex-wrap: wrap; }
.efficiency-strip b { align-items: center; border-right: 1px solid rgba(204, 228, 220, .14); color: rgba(229, 241, 236, .72); display: flex; flex: 1 1 158px; font-size: 12px; font-weight: 400; letter-spacing: .03em; padding: 18px 24px; }
.efficiency-strip b::first-letter { color: var(--case-accent); }
.evaluation-framework.is-revealed .efficiency-strip { animation: framework-rise .6s .12s cubic-bezier(.16, 1, .3, 1) both; }
.evaluation-framework.is-revealed .efficiency-strip b { animation: step-activate .48s cubic-bezier(.16, 1, .3, 1) both; }
.evaluation-framework.is-revealed .efficiency-strip b:nth-child(1) { animation-delay: .2s; }
.evaluation-framework.is-revealed .efficiency-strip b:nth-child(2) { animation-delay: .28s; }
.evaluation-framework.is-revealed .efficiency-strip b:nth-child(3) { animation-delay: .36s; }
.evaluation-framework.is-revealed .efficiency-strip b:nth-child(4) { animation-delay: .44s; }
.evaluation-framework.is-revealed .efficiency-strip b:nth-child(5) { animation-delay: .52s; }
.evaluation-groups { align-items: start; display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.evaluation-group { background: radial-gradient(125% 46% at 50% -5%, var(--case-glow), transparent 58%), linear-gradient(180deg, rgba(12, 27, 30, .9), rgba(2, 7, 7, .96) 46%, rgba(1, 4, 4, .98)); border: 1px solid rgba(179, 226, 234, .24); border-radius: 24px; box-shadow: inset 0 1px 0 rgba(228, 252, 255, .1), inset 0 -30px 55px rgba(0, 0, 0, .2), 0 16px 40px rgba(0, 0, 0, .18); min-height: 314px; overflow: hidden; padding: 28px 26px; position: relative; transition: border-color .35s ease, box-shadow .35s ease, transform .42s cubic-bezier(.16, 1, .3, 1); }
.evaluation-group::before { background: linear-gradient(90deg, transparent, var(--case-accent), transparent); content: ''; height: 1px; left: 18%; opacity: .68; position: absolute; right: 18%; top: 0; }
.evaluation-group::after { background: radial-gradient(ellipse at 50% 0, rgba(210, 249, 255, .1), transparent 68%); content: ''; height: 110px; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; }
.evaluation-group:hover { border-color: rgba(187, 237, 247, .52); box-shadow: inset 0 1px 0 rgba(235, 255, 255, .18), inset 0 -30px 55px rgba(0, 0, 0, .18), 0 24px 55px rgba(0, 0, 0, .3), 0 0 32px var(--case-glow); transform: translateY(-7px); }
.evaluation-group:hover::before { animation: scan-line 1.25s ease-in-out infinite; }
.evaluation-group > * { position: relative; z-index: 1; }
.evaluation-framework.is-revealed .evaluation-group { animation: card-arrive .72s cubic-bezier(.16, 1, .3, 1) both; }
.evaluation-framework.is-revealed .evaluation-group:nth-child(1) { animation-delay: .24s; }
.evaluation-framework.is-revealed .evaluation-group:nth-child(2) { animation-delay: .34s; }
.evaluation-framework.is-revealed .evaluation-group:nth-child(3) { animation-delay: .44s; }
.evaluation-framework.is-revealed .evaluation-group:nth-child(4) { animation-delay: .54s; }
.evaluation-group > header { align-items: baseline; border-bottom: 1px solid rgba(204, 228, 220, .14); display: flex; gap: 16px; margin-bottom: 8px; padding-bottom: 22px; }
.evaluation-group > header span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; }
.evaluation-group h3 { color: #f3faf7; font-size: clamp(21px, 1.85vw, 32px); font-weight: 400; letter-spacing: -.07em; margin: 0; }
.dimension-list { display: grid; }
.dimension-tag { border-bottom: 1px solid rgba(204, 228, 220, .14); }
.dimension-tag:last-child { border-bottom: 0; }
.dimension-tag summary { align-items: center; color: rgba(233, 243, 239, .88); cursor: pointer; display: flex; font-size: clamp(14px, 1.08vw, 16px); gap: 12px; justify-content: space-between; list-style: none; padding: 19px 0; }
.dimension-tag summary::-webkit-details-marker { display: none; }
.dimension-tag summary i { color: var(--case-accent); font-size: 19px; font-style: normal; font-weight: 300; transition: transform .25s ease; }
.dimension-tag[open] summary { color: var(--case-accent); }
.dimension-tag[open] summary i { transform: rotate(45deg); }
.score-list { background: rgba(115, 211, 226, .055); border: 1px solid rgba(178, 229, 238, .13); border-radius: 14px; margin: 0 0 17px; padding: 4px 14px 10px; }
.dimension-tag[open] .score-list { animation: score-reveal .36s cubic-bezier(.16, 1, .3, 1) both; }
.score-row { display: grid; gap: 15px; grid-template-columns: 42px 1fr; padding: 10px 0; }
.score-row b { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; letter-spacing: .04em; }
.score-row p { color: rgba(222, 235, 230, .64); font-size: 12px; line-height: 1.7; margin: 0; }
.project-i2v-archive ~ .custom-cursor-core { background: #2baab0; box-shadow: 0 0 0 3px rgba(43, 170, 176, .14); }
.project-i2v-archive ~ .custom-cursor-ring { border-color: rgba(43, 170, 176, .82); }
.project-caption-archive ~ .custom-cursor-core { background: #8070dd; box-shadow: 0 0 0 3px rgba(128, 112, 221, .15); }
.project-caption-archive ~ .custom-cursor-ring { border-color: rgba(128, 112, 221, .84); }
.project-vqa-archive ~ .custom-cursor-core { background: #e09673; box-shadow: 0 0 0 3px rgba(224, 150, 115, .15); }
.project-vqa-archive ~ .custom-cursor-ring { border-color: rgba(224, 150, 115, .85); }
.project-summary-bar { background: linear-gradient(105deg, rgba(96, 204, 196, .14), rgba(128, 145, 237, .13)); border: 1px solid rgba(72, 126, 124, .32); border-radius: 18px; display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin: 0 0 28px; max-width: 900px; overflow: hidden; }
.project-summary-item { align-items: center; display: flex; gap: 13px; min-height: 92px; padding: 22px 25px; }
.project-summary-item + .project-summary-item { border-left: 1px solid rgba(72, 126, 124, .25); }
.project-summary-item span { color: var(--primary); font-size: 12px; font-weight: 700; }
.project-summary-item strong { color: var(--cream); font-size: clamp(15px, 1.35vw, 19px); font-weight: 500; line-height: 1.2; }
.back-link { color: var(--primary); font-size: 13px; }
.archive-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin: auto; max-width: 1450px; }
.archive-card { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(55,62,52,.06); min-height: 390px; padding: 24px; position: relative; transition: background .3s, box-shadow .3s, transform .3s; }
.archive-card:hover { background: #fff; box-shadow: 0 20px 50px rgba(55,62,52,.11); transform: translateY(-5px); }
.archive-card-number { color: #8e8e86; font-size: 12px; }
.archive-card h2 { color: var(--cream); font-size: clamp(22px, 2.5vw, 40px); font-weight: 400; letter-spacing: -.07em; line-height: 1.05; margin: 50px 0 14px; max-width: 310px; }
.archive-card p { color: #9a9a92; font-size: 13px; line-height: 1.5; }
.archive-placeholder { align-items: center; border: 1px dashed #b9beb5; color: #7c8379; display: flex; font-size: 12px; height: 110px; justify-content: center; margin-top: 35px; }
.archive-arrow { bottom: 23px; color: var(--cream); font-size: 22px; position: absolute; right: 24px; }
.portfolio-archive .archive-grid { grid-template-columns: 1fr; gap: 12px; }
.portfolio-archive .archive-card { min-height: 340px; padding: clamp(24px, 3vw, 46px); }
.portfolio-archive .archive-card h2 { font-size: clamp(34px, 5vw, 72px); margin-top: 54px; max-width: none; }
.portfolio-archive .archive-card p { font-size: 15px; letter-spacing: .04em; }
.portfolio-archive .archive-placeholder { height: 92px; margin-top: 34px; max-width: 720px; }
.portfolio-archive .archive-card:nth-child(1) { background: linear-gradient(120deg, #eef0ea, #e1e5dc); }
.portfolio-archive .archive-card:nth-child(2) { background: linear-gradient(120deg, #e7eee9, #dce8e1); }
.portfolio-archive .archive-card:nth-child(3) { background: linear-gradient(120deg, #f0ebe3, #e7ded2); }
.portfolio-archive .archive-card:nth-child(4) { background: linear-gradient(120deg, #ebe9ef, #e0e2e9); }
.portfolio-archive .archive-card:hover { transform: translateX(8px); }
.case-study { border-top: 1px solid var(--case-line); margin-top: clamp(72px, 10vw, 150px); padding-top: clamp(52px, 6vw, 86px); }
.case-study-header { align-items: end; display: flex; justify-content: space-between; margin-bottom: 32px; }
.case-study-kicker { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.case-study h2 { color: #f3faf7; font-size: clamp(38px, 5vw, 72px); font-weight: 400; letter-spacing: -.09em; line-height: .92; margin: 16px 0 0; }
.case-study-status { border: 1px solid var(--case-line); border-radius: 999px; color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; letter-spacing: .08em; padding: 8px 14px; }
.case-study-grid { display: grid; gap: 12px; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr); }
.case-video-slot, .case-study-slot, .case-score-slot { background: linear-gradient(145deg, rgba(32, 27, 23, .9), rgba(12, 13, 12, .96)); border: 1px solid rgba(201, 91, 70, .28); border-radius: 24px; box-shadow: inset 0 1px 0 rgba(250, 248, 243, .08), 0 18px 42px rgba(0, 0, 0, .18); }
.case-video-slot { align-items: center; aspect-ratio: 16 / 9; display: flex; justify-content: center; overflow: hidden; position: relative; }
.case-video-slot::before { background: radial-gradient(circle, var(--case-glow), transparent 58%); content: ''; inset: 0; opacity: .8; pointer-events: none; position: absolute; }
.case-video-slot video { height: 100%; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.case-video-slot > span { border: 1px dashed rgba(201, 91, 70, .45); border-radius: 14px; color: rgba(241, 238, 232, .5); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; letter-spacing: .14em; padding: 16px 20px; position: relative; }
.case-study-side { display: grid; gap: 12px; }
.case-study-slot { min-height: 200px; padding: 24px; }
.case-study-slot > span, .case-score-slot > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.case-prompt-copy { color: rgba(241, 238, 232, .72); font-size: 13px; line-height: 1.8; margin: 28px 0 0; }
.case-review-slot ul { display: grid; gap: 9px; list-style: none; margin: 25px 0 0; padding: 0; }
.case-review-slot li { color: rgba(241, 238, 232, .72); font-size: 12px; line-height: 1.55; padding-left: 16px; position: relative; }
.case-review-slot li::before { background: var(--case-accent); border-radius: 50%; box-shadow: 0 0 10px var(--case-glow); content: ''; height: 5px; left: 0; position: absolute; top: .6em; width: 5px; }
.case-empty-lines { border-top: 1px dashed rgba(217, 213, 204, .2); margin-top: 38px; min-height: 90px; opacity: .55; position: relative; }
.case-empty-lines::before { background: repeating-linear-gradient(to bottom, transparent 0 24px, rgba(217, 213, 204, .18) 24px 25px); content: ''; inset: 0; position: absolute; }
.case-empty-lines-short { margin-top: 28px; min-height: 54px; }
.case-score-slot { margin-top: 12px; padding: 24px; }
.score-placeholder-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.score-placeholder-row { border-right: 1px solid rgba(217, 213, 204, .12); min-height: 78px; padding: 18px 20px; }
.score-placeholder-row:last-child { border-right: 0; }
.score-placeholder-row i { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-style: normal; }
.score-placeholder-row strong { color: rgba(241, 238, 232, .72); display: block; font-size: 13px; font-weight: 400; margin-top: 16px; }
.score-placeholder-row > b { color: var(--case-accent); display: block; font-size: 24px; font-weight: 400; margin-top: 18px; }
.score-placeholder-row span { border-bottom: 1px solid rgba(217, 213, 204, .2); display: block; margin-top: 23px; width: 80%; }
.evaluation-closing { align-items: center; background: radial-gradient(circle at 50% 44%, rgba(201, 91, 70, .2), transparent 42%), #0e1211; border-top: 1px solid var(--case-line); display: flex; flex-direction: column; justify-content: center; margin-top: clamp(80px, 10vw, 150px); min-height: clamp(520px, 65vh, 800px); padding: clamp(90px, 12vw, 170px) 5%; position: relative; text-align: center; }
.evaluation-closing::before { border: 1px solid rgba(201, 91, 70, .2); border-radius: 50%; box-shadow: 0 0 0 18px rgba(201, 91, 70, .025), 0 0 70px rgba(201, 91, 70, .1); content: ''; height: clamp(180px, 23vw, 330px); left: 50%; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: clamp(180px, 23vw, 330px); }
.evaluation-closing-label { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; position: relative; }
.evaluation-closing h2 { color: #f3faf7; font-size: clamp(40px, 6.2vw, 100px); font-weight: 400; letter-spacing: -.09em; line-height: 1.04; margin: 30px 0 32px; max-width: 1200px; position: relative; }
.evaluation-closing p { color: rgba(241, 238, 232, .62); font-size: clamp(15px, 1.45vw, 20px); line-height: 1.7; margin: 0; max-width: 680px; position: relative; }
.caption-framework { margin-top: clamp(78px, 11vw, 150px); }
.caption-section-heading { border-top: 1px solid var(--case-line); padding: clamp(58px, 8vw, 112px) 0 clamp(58px, 7vw, 96px); }
.caption-section-heading > span, .caption-section-title > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.caption-section-heading h2 { color: #f3faf7; font-size: clamp(48px, 7vw, 106px); font-weight: 400; letter-spacing: -.1em; line-height: .9; margin: 22px 0 30px; max-width: 830px; }
.caption-section-heading p { color: rgba(223, 235, 231, .64); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.7; margin: 0; max-width: 590px; }
.caption-value-section { background: #f0f3ee; color: #111713; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(56px, 8vw, 108px) max(5vw, calc((100vw - 1450px) / 2)); }
.caption-value-section .caption-section-title h3, .caption-coordinate-section .caption-section-title h3 { color: #111713; }
.caption-value-section .caption-section-title h3 { max-width: none; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.caption-value-section .caption-section-title h3::-webkit-scrollbar { display: none; }
.caption-section-title h3 { color: #f3faf7; font-size: clamp(34px, 4.5vw, 68px); font-weight: 400; letter-spacing: -.09em; line-height: .95; margin: 18px 0 42px; max-width: 720px; }
.caption-value-grid { border: 1px solid rgba(17, 23, 19, .14); border-radius: 22px; display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); overflow: visible; }
.caption-value-grid article { background: rgba(250, 248, 243, .22); border-right: 1px solid rgba(17, 23, 19, .14); min-height: 246px; padding: 28px; position: relative; transition: background .35s ease, box-shadow .42s cubic-bezier(.16, 1, .3, 1), transform .42s cubic-bezier(.16, 1, .3, 1); }
.caption-value-grid article:first-child { border-radius: 21px 0 0 21px; }
.caption-value-grid article:last-child { border-right: 0; border-radius: 0 21px 21px 0; }
.caption-value-grid article::before { background: var(--case-accent); border-radius: 50%; box-shadow: 0 0 0 7px rgba(201, 91, 70, .08), 0 0 22px var(--case-glow); content: ''; height: 8px; left: 28px; opacity: .72; position: absolute; top: 50%; transform: translateY(-50%); transition: box-shadow .35s ease, transform .35s ease; width: 8px; }
.caption-value-grid article:hover { background: rgba(255, 255, 255, .62); box-shadow: 0 24px 44px rgba(17, 23, 19, .16); transform: translateY(-18px); z-index: 2; }
.caption-value-grid article:hover::before { box-shadow: 0 0 0 11px rgba(201, 91, 70, .1), 0 0 30px var(--case-glow); transform: translateY(-50%) scale(1.18); }
.caption-value-grid article > span, .caption-detail-grid article > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; }
.caption-value-grid h4, .caption-detail-grid h4 { font-size: clamp(20px, 1.8vw, 28px); font-weight: 500; letter-spacing: -.07em; margin: 86px 0 16px; }
.caption-value-grid p, .caption-detail-grid p { color: rgba(17, 23, 19, .62); font-size: 13px; line-height: 1.7; margin: 0; }
.caption-structure-section { padding: clamp(66px, 9vw, 120px) 0; }
.caption-structure-bar { border: 1px solid var(--case-line); border-radius: 18px; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 12px; overflow: hidden; }
.caption-structure-bar > div { align-items: center; border-right: 1px solid var(--case-line); display: flex; gap: 16px; min-height: 76px; padding: 18px 22px; }
.caption-structure-bar > div:last-child { border-right: 0; }
.caption-structure-bar span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; }
.caption-structure-bar strong { color: rgba(239, 249, 245, .8); font-size: 13px; font-weight: 400; }
.caption-structure-bar i { color: var(--case-accent); font-size: 18px; font-style: normal; margin-left: auto; }
.caption-structure-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.caption-structure-grid article, .caption-visual-placeholder { background: linear-gradient(145deg, rgba(14, 29, 30, .9), rgba(3, 8, 8, .96)); border: 1px solid rgba(204, 228, 220, .16); border-radius: 18px; min-height: 220px; padding: 26px; }
.caption-structure-grid article > span, .caption-visual-placeholder > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; letter-spacing: .12em; }
.caption-structure-grid h4 { color: #f3faf7; font-size: clamp(22px, 2.1vw, 34px); font-weight: 400; letter-spacing: -.08em; margin: 74px 0 14px; }
.caption-structure-grid p { color: rgba(223, 235, 231, .62); font-size: 13px; line-height: 1.7; margin: 0; }
.caption-example-panel { background: linear-gradient(145deg, rgba(14, 29, 30, .94), rgba(3, 8, 8, .98)); border: 1px solid rgba(204, 228, 220, .16); border-radius: 20px; display: grid; grid-column: 1 / -1; grid-template-columns: minmax(300px, .82fr) 1.18fr; overflow: hidden; position: relative; }
.caption-example-panel::before { background: linear-gradient(90deg, transparent, var(--case-accent), transparent); content: ''; height: 1px; left: 12%; opacity: .65; position: absolute; right: 12%; top: 0; }
.caption-example-media { align-items: center; background: #f0f3ee; display: flex; justify-content: center; min-height: 360px; overflow: hidden; padding: 28px; }
.caption-example-media img { height: 100%; max-height: 420px; object-fit: contain; width: 100%; }
.caption-example-copy { padding: 36px; }
.caption-example-copy > span { color: var(--case-accent); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; letter-spacing: .12em; }
.caption-example-copy h4 { color: #f3faf7; font-size: clamp(28px, 3vw, 44px); font-weight: 400; letter-spacing: -.08em; margin: 18px 0 24px; }
.caption-example-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.caption-example-tags span { border: 1px solid rgba(201, 91, 70, .38); border-radius: 999px; color: rgba(241, 238, 232, .72); font-size: 11px; padding: 7px 11px; }
.caption-example-description { border-top: 1px solid rgba(217, 213, 204, .14); display: grid; gap: 18px 26px; grid-template-columns: repeat(2, 1fr); margin-top: 28px; padding-top: 22px; }
.caption-example-description strong { color: var(--case-accent); display: block; font-size: 12px; font-weight: 500; margin-bottom: 7px; }
.caption-example-description p { color: rgba(223, 235, 231, .64); font-size: 12px; line-height: 1.7; margin: 0; }
.caption-visual-placeholder { align-items: center; display: flex; flex-direction: column; grid-column: 1 / -1; justify-content: center; min-height: 255px; position: relative; }
.caption-visual-placeholder::before { background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(201, 91, 70, .06) 13px 14px); content: ''; inset: 0; pointer-events: none; position: absolute; }
.caption-visual-placeholder strong { color: rgba(241, 238, 232, .48); font-size: 15px; font-weight: 400; margin-top: 18px; position: relative; }
.caption-detail-section { background: #111413; border-top: 1px solid rgba(201, 91, 70, .18); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(68px, 9vw, 122px) max(5vw, calc((100vw - 1450px) / 2)); }
.caption-detail-grid { border-top: 1px solid rgba(217, 213, 204, .16); display: grid; grid-template-columns: repeat(3, 1fr); }
.caption-detail-grid article { border-bottom: 1px solid rgba(217, 213, 204, .16); border-right: 1px solid rgba(217, 213, 204, .16); min-height: 150px; padding: 24px; }
.caption-detail-grid article:nth-child(3n) { border-right: 0; }
.caption-detail-grid h4 { color: #f3faf7; margin: 34px 0 12px; }
.caption-detail-grid p { color: rgba(223, 235, 231, .54); }
.caption-coordinate-section { background: #f0f3ee; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(68px, 9vw, 122px) max(5vw, calc((100vw - 1450px) / 2)); }
.caption-coordinate-list { border-top: 1px solid rgba(17, 23, 19, .14); }
.caption-coordinate-row { align-items: center; border-bottom: 1px solid rgba(17, 23, 19, .12); display: grid; gap: 30px; grid-template-columns: 120px 1fr; min-height: 70px; }
.caption-coordinate-row > strong { color: #111713; font-size: 14px; font-weight: 500; }
.caption-coordinate-row > div { display: flex; flex-wrap: wrap; gap: 8px; }
.caption-coordinate-row span { border: 1px solid rgba(17, 23, 19, .14); border-radius: 999px; color: rgba(17, 23, 19, .62); font-size: 11px; padding: 7px 12px; }
.case-content.is-revealed .caption-section-heading, .case-content.is-revealed .caption-value-section, .case-content.is-revealed .caption-structure-section, .case-content.is-revealed .caption-detail-section, .case-content.is-revealed .caption-coordinate-section { animation: framework-rise .72s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .caption-value-grid article, .case-content.is-revealed .caption-structure-grid > *, .case-content.is-revealed .caption-detail-grid article { animation: card-arrive .6s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .caption-value-grid article:nth-child(2), .case-content.is-revealed .caption-structure-grid > :nth-child(2), .case-content.is-revealed .caption-detail-grid article:nth-child(2) { animation-delay: .08s; }
.case-content.is-revealed .caption-value-grid article:nth-child(3), .case-content.is-revealed .caption-structure-grid > :nth-child(3), .case-content.is-revealed .caption-detail-grid article:nth-child(3) { animation-delay: .16s; }
.caption-framework { position: relative; }
.caption-structure-bar { position: relative; }
.caption-structure-bar::before { animation: caption-scan 4.8s 1.1s ease-in-out infinite; background: linear-gradient(90deg, transparent, var(--case-accent), transparent); content: ''; height: 1px; left: 0; opacity: .75; position: absolute; top: 0; transform: translateX(-100%); width: 24%; z-index: 2; }
.caption-structure-bar > div { overflow: hidden; position: relative; }
.caption-structure-bar > div::after { background: linear-gradient(90deg, transparent, var(--case-accent), transparent); content: ''; height: 1px; left: 16%; opacity: 0; position: absolute; right: 16%; top: 0; transform: scaleX(.2); transition: opacity .35s ease, transform .35s ease; }
.caption-structure-bar > div:hover::after { opacity: .85; transform: scaleX(1); }
.caption-structure-bar > div:hover { background: rgba(201, 91, 70, .06); }
.case-content.is-revealed .caption-value-grid article { animation: caption-card-in .72s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .caption-value-grid article:nth-child(2) { animation-delay: .12s; }
.case-content.is-revealed .caption-value-grid article:nth-child(3) { animation-delay: .24s; }
.case-content.is-revealed .caption-structure-bar > div { animation: caption-step-in .56s cubic-bezier(.16, 1, .3, 1) both; }
.case-content.is-revealed .caption-structure-bar > div:nth-child(2) { animation-delay: .1s; }
.case-content.is-revealed .caption-structure-bar > div:nth-child(3) { animation-delay: .2s; }
.case-content.is-revealed .caption-structure-bar > div:nth-child(4) { animation-delay: .3s; }
.caption-structure-grid article, .caption-detail-grid article { transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.16, 1, .3, 1); }
.caption-structure-grid article:hover, .caption-detail-grid article:hover { border-color: rgba(201, 91, 70, .52); box-shadow: 0 18px 40px rgba(0, 0, 0, .22), 0 0 24px var(--case-glow); transform: translateY(-6px); }
.caption-visual-placeholder { overflow: hidden; }
.caption-visual-placeholder::after { animation: caption-scan 6s 1.5s ease-in-out infinite; background: linear-gradient(90deg, transparent, rgba(201, 91, 70, .22), transparent); content: ''; height: 2px; left: -30%; position: absolute; top: 34%; width: 38%; }
@keyframes pull-up { to { opacity: 1; transform: translateY(0); } }
@keyframes card-in { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }
@keyframes loading-dot { 0%, 100% { opacity: .25; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-4px); } }
@keyframes framework-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes accent-sweep { from { opacity: .3; text-shadow: 0 0 0 transparent; } 55% { opacity: 1; text-shadow: 0 0 30px var(--case-accent); } to { opacity: 1; text-shadow: 0 0 30px var(--case-glow); } }
@keyframes step-activate { from { color: rgba(229, 241, 236, .22); opacity: 0; transform: translateX(-10px); } to { color: rgba(229, 241, 236, .72); opacity: 1; transform: translateX(0); } }
@keyframes card-arrive { from { opacity: 0; transform: translateY(34px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes score-reveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scan-line { 0%, 100% { opacity: .32; transform: scaleX(.66); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes map-cell-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes detail-card-in { from { opacity: 0; transform: translateY(28px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes caption-card-in { from { opacity: 0; transform: translateY(28px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes caption-step-in { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: translateX(0); } }
@keyframes caption-scan { 0% { opacity: 0; transform: translateX(-100%); } 18% { opacity: .8; } 58% { opacity: .8; } 76%, 100% { opacity: 0; transform: translateX(520%); } }

@media (max-width: 1150px) { .evaluation-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .hero-content { grid-template-columns: 1fr; padding-bottom: 9%; } .hero-intro { max-width: 500px; } .feature-grid, .archive-grid, .case-detail-grid { grid-template-columns: repeat(2, 1fr); } .case-map, .evaluation-principle { grid-template-columns: repeat(2, 1fr); } .case-map-label, .case-map-objective { grid-column: 1 / -1; } .case-map-versus { display: none; } .framework-heading { align-items: flex-start; flex-direction: column; } .case-study-grid { grid-template-columns: 1fr; } }
@media (pointer: fine) { body, body * { cursor: none !important; } }
@media (max-width: 580px) { .hero-section { padding: 8px; } .hero-frame { border-radius: 18px; } .floating-nav { gap: 9px; padding-left: 12px; padding-right: 12px; } .floating-nav a { font-size: 9px; } .hero-content { padding: 0 6% 12%; } .hero-word { font-size: 24vw; } .feature-grid, .archive-grid, .overview-grid, #projects .overview-grid, .case-detail-grid, .case-map, .evaluation-groups, .evaluation-principle { grid-template-columns: 1fr; } #projects .overview-card:first-child { grid-column: auto; } .project-feature { grid-template-columns: 1fr; min-height: 0 !important; } .project-feature-copy { padding-right: 0; } .project-feature-copy h3 { margin-top: 42px !important; } .project-card-link { bottom: 24px; right: 26px; } .feature-card { min-height: 390px; } .archive-page { padding-left: 6%; padding-right: 6%; } .archive-hero { margin-bottom: 50px; } .archive-hero h1, .project-i2v-archive .archive-title-lines { font-size: 12vw; letter-spacing: -.07em; } .project-summary-bar { grid-template-columns: 1fr; } .project-summary-item { min-height: 68px; padding: 17px 18px; } .project-summary-item + .project-summary-item { border-left: 0; border-top: 1px solid rgba(72, 126, 124, .25); } .case-page { padding-top: 74px; } .case-meta { font-size: 9px; } .case-hero { min-height: 0; padding: 80px 0 62px; } .case-hero h1 { font-size: 15vw; } .case-hero p { margin-top: 35px; } .case-map-label, .case-map-objective { grid-column: auto; } .case-map-cell { border-left: 0; border-top: 1px solid rgba(204, 228, 220, .16); min-height: 160px; padding: 24px; } .case-map-label { border-top: 0; min-height: 64px; padding: 22px 24px; } .case-map-objective { min-height: 180px; } .evaluation-principle { padding: 32px 24px; } .principle-index { grid-column: auto; } .principle-copy { border-left: 0; border-top: 1px solid var(--case-line); font-size: clamp(19px, 5.5vw, 22px); line-height: 1.72; padding: 24px 0 0; } .framework-heading { gap: 20px; } .efficiency-strip { grid-template-columns: 1fr; } .efficiency-strip > span { border-bottom: 1px solid rgba(204, 228, 220, .18); border-right: 0; padding: 19px 22px; } .efficiency-strip b { padding: 16px 22px; } .evaluation-group { padding: 23px; } .personal-facts { grid-template-columns: 1fr; text-align: center; } .scroll-copy { font-size: 19px; } .overview-heading { align-items: flex-start; flex-direction: column; gap: 22px; } .overview-card { min-height: 250px; } .overview-card h3 { margin-top: 48px; } footer { align-items: flex-start; flex-direction: column; gap: 10px; } .case-study-header { align-items: flex-start; flex-direction: column; gap: 20px; } .case-study { margin-top: 72px; padding-top: 46px; } .score-placeholder-grid { grid-template-columns: repeat(2, 1fr); } .score-placeholder-row:nth-child(2n) { border-right: 0; } .evaluation-closing { min-height: 460px; padding: 72px 24px; } .evaluation-closing h2 { font-size: clamp(34px, 10vw, 54px); line-height: 1.12; margin: 22px 0 24px; } .evaluation-closing p { font-size: 14px; } }
@media (max-width: 900px) { .caption-value-grid, .caption-structure-grid { grid-template-columns: repeat(2, 1fr); } .caption-structure-bar { grid-template-columns: repeat(2, 1fr); } .caption-structure-bar > div:nth-child(2) { border-right: 0; } .caption-structure-bar > div:nth-child(-n + 2) { border-bottom: 1px solid var(--case-line); } .caption-example-panel { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .caption-section-heading h2 { font-size: 15vw; } .caption-value-grid, .caption-structure-grid, .caption-detail-grid { grid-template-columns: 1fr; } .caption-structure-bar { grid-template-columns: 1fr; } .caption-structure-bar > div, .caption-structure-bar > div:nth-child(2) { border-bottom: 1px solid var(--case-line); border-right: 0; } .caption-structure-bar > div:last-child { border-bottom: 0; } .caption-detail-grid article, .caption-detail-grid article:nth-child(3n) { border-right: 0; } .caption-coordinate-row { align-items: flex-start; gap: 12px; grid-template-columns: 1fr; padding: 18px 0; } .caption-example-copy { padding: 28px 22px; } .caption-example-description { grid-template-columns: 1fr; } .caption-example-media { min-height: 240px; padding: 18px; } }
@media (max-width: 580px) { .caption-value-grid { overflow: hidden; } .caption-value-grid article, .caption-value-grid article:first-child, .caption-value-grid article:last-child { border-bottom: 1px solid rgba(17, 23, 19, .14); border-radius: 0; border-right: 0; } .caption-value-grid article:last-child { border-bottom: 0; } .caption-value-grid article:hover { transform: translateX(8px); } }

/* Final VQA signal pass: the standalone VQA story follows the acid-lime system. */
.vqa-story-page { --vqa-ink: #080a0d; --vqa-paper: #f2f1ed; --vqa-lilac: #c8ff5a; --vqa-violet: #65b83f; --vqa-coral: #65b83f; background: #080a0d; }
.vqa-story-page .floating-nav { background: rgba(8, 10, 13, .92); border-color: rgba(200, 255, 90, .27); }
.vqa-story-page .nav-divider { background: rgba(200, 255, 90, .64); }
.vqa-story-page .vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(101, 184, 63, .17), transparent 30%), radial-gradient(circle at 22% 86%, rgba(200, 255, 90, .11), transparent 25%), #080a0d; }
.vqa-story-page .vqa-story-hero::before, .vqa-story-page .vqa-story-dark::before { background-image: repeating-linear-gradient(90deg, transparent 0 118px, rgba(200, 255, 90, .045) 119px 120px, transparent 121px), repeating-linear-gradient(0deg, transparent 0 118px, rgba(255, 255, 255, .04) 119px 120px, transparent 121px); }
.vqa-story-page .vqa-story-dark { background: radial-gradient(circle at 82% 18%, rgba(101, 184, 63, .15), transparent 30%), #080a0d; }
.vqa-story-page .vqa-story-process { background: linear-gradient(135deg, #10170d, #19240f); }
.vqa-story-page .vqa-story-verification { background: #10180d; }
.vqa-story-page .vqa-story-result { background: linear-gradient(135deg, #1c2b10, #486b1d 58%, #8aa637); color: #0b1107; }
.vqa-story-page .vqa-output-callout { background: #101316; }
.vqa-story-page .vqa-query-routing, .vqa-story-page .vqa-verification-list { border-color: rgba(200, 255, 90, .26); }
.vqa-story-page .vqa-query-routing > div + div, .vqa-story-page .vqa-verification-row { border-color: rgba(200, 255, 90, .19); }
.vqa-story-page .vqa-query-routing > div, .vqa-story-page .vqa-dimension-grid article { border-color: rgba(200, 255, 90, .14); }
.vqa-story-page .vqa-dimension-grid article:hover { background: rgba(200, 255, 90, .09); border-color: rgba(200, 255, 90, .55); }
.vqa-story-page .vqa-verification-row a, .vqa-story-page .vqa-verification-row > div > span { border-color: rgba(200, 255, 90, .25); }
.vqa-story-page .vqa-verification-row a:hover { background: rgba(101, 184, 63, .22); border-color: #c8ff5a; }
.vqa-story-page ~ .custom-cursor-core { background: #c8ff5a; box-shadow: 0 0 0 3px rgba(200, 255, 90, .18); }
.vqa-story-page ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }

/* Visual sample scale and editorial explanations. */
.visual-notes-details .visual-note-sample .visual-note-media-placeholder { min-height: clamp(360px, 39vw, 700px); }
.visual-note-sample-copy { border-top: 1px solid rgba(156, 231, 211, .18); margin-top: 26px; }
.visual-note-sample-copy > div { border-bottom: 1px solid rgba(156, 231, 211, .13); display: grid; gap: 20px; grid-template-columns: 105px 1fr; padding: 17px 0; }
.visual-note-sample-copy span { color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 78%, white); font-family: 'Almarai', sans-serif; font-size: 10px; letter-spacing: .1em; }
.visual-note-sample-copy p { color: rgba(226, 238, 234, .65); font-size: 13px; line-height: 1.75; margin: 0; }
.visual-note-sample .visual-note-media-placeholder.has-media img, .visual-note-sample .visual-note-media-placeholder.has-media video { object-position: center; }
.visual-note-hover-preview-layer { inset: 0; pointer-events: none; position: fixed; z-index: 30; }
.visual-note-hover-preview { background: rgba(10, 14, 16, .96); border: 1px solid color-mix(in srgb, var(--note-accent, var(--notes-signal)) 62%, transparent); box-shadow: 0 24px 70px rgba(0, 0, 0, .36), 0 0 36px color-mix(in srgb, var(--note-accent, var(--notes-signal)) 15%, transparent); opacity: 0; padding: 10px; position: absolute; right: max(2.5vw, 28px); top: 50%; transform: translate(28px, -50%) scale(.96); transition: opacity .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1); width: min(24vw, 330px); }
.visual-note-hover-preview-layer.is-visible .visual-note-hover-preview { opacity: 1; transform: translate(0, -50%) scale(1); }
.visual-note-hover-preview-media .visual-note-media-placeholder { height: min(29vw, 390px); min-height: 0 !important; }
.visual-note-hover-preview-copy { display: flex; flex-direction: column; gap: 8px; padding: 16px 8px 8px; }
.visual-note-hover-preview-copy span { color: var(--note-accent, var(--notes-signal)); font-family: 'Almarai', sans-serif; font-size: 10px; letter-spacing: .14em; }
.visual-note-hover-preview-copy strong { color: #f1f5f2; font-size: 25px; font-weight: 400; letter-spacing: -.06em; }
.visual-note-hover-preview-copy small { color: rgba(226, 238, 234, .42); font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .14em; }
.visual-notes-page .visual-notes-details { padding-left: max(2.5vw, calc((100vw - 1600px) / 2)); padding-right: max(2.5vw, calc((100vw - 1600px) / 2)); }
.visual-notes-page .visual-note-detail { display: block; padding-left: 0; padding-right: 0; width: 100%; }
.visual-notes-page .visual-note-samples { column-gap: clamp(32px, 5vw, 92px); row-gap: clamp(150px, 16vw, 270px); width: 100%; }
.visual-notes-page .visual-note-sample:nth-child(2n) { transform: translateY(92px); }
.visual-notes-page .visual-note-sample:nth-child(3n) { transform: translateY(-34px); }
.visual-notes-page .visual-note-sample:nth-child(4n) { transform: translateY(138px); }
.visual-notes-page .visual-note-sample:nth-child(5n) { transform: translateY(20px); }
@media (max-width: 700px) { .visual-notes-details .visual-note-sample .visual-note-media-placeholder { min-height: 340px; } .visual-note-sample-copy > div { gap: 12px; grid-template-columns: 82px 1fr; } .visual-notes-page .visual-note-sample:nth-child(n) { transform: none; } .visual-notes-page .visual-note-samples { row-gap: 72px; } .visual-note-hover-preview-layer { display: none; } }

/* Loaded visual archive media. */
.visual-note-media-placeholder.has-media { overflow: hidden; padding: 0; }
.visual-note-media-placeholder.has-media::before { z-index: 2; }
.visual-note-media-placeholder.has-media img, .visual-note-media-placeholder.has-media video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.visual-note-media-placeholder.has-media > span { background: rgba(8, 11, 13, .66); left: 16px; padding: 8px 10px; position: absolute; top: 16px; z-index: 3; }
.visual-note-media-placeholder.has-media:hover img, .visual-note-media-placeholder.has-media:hover video { transform: scale(1.035); transition: transform .8s cubic-bezier(.16, 1, .3, 1); }

/* Visual study sections — two-column sample layout beneath the unchanged eight-card index. */
.visual-note-detail { display: block; min-height: 0; padding: clamp(92px, 11vw, 160px) 0 clamp(110px, 13vw, 190px); scroll-margin-top: 30px; }
.visual-note-detail + .visual-note-detail { border-top: 1px solid rgba(156, 231, 211, .14); }
.visual-note-detail-heading { align-items: end; display: flex; gap: 26px; justify-content: space-between; margin: 0 0 58px; max-width: none; }
.visual-note-detail-heading > span { color: var(--note-accent, var(--notes-signal)); font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .16em; }
.visual-note-detail-heading h3 { color: #f1f5f2; font-size: clamp(44px, 7vw, 108px); font-weight: 400; letter-spacing: -.1em; line-height: .9; margin: 0 auto 0 0; }
.visual-note-detail-heading small { color: rgba(226, 238, 234, .42); font-size: 11px; letter-spacing: .12em; }
.visual-note-samples { display: grid; gap: clamp(48px, 6vw, 92px) clamp(18px, 3vw, 48px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visual-note-sample { min-width: 0; }
.visual-note-sample:nth-child(2n) { transform: translateY(68px); }
.visual-note-sample:nth-child(3n) { transform: translateY(-22px); }
.visual-note-sample .visual-note-media-placeholder { min-height: clamp(250px, 29vw, 510px); }
.visual-note-sample h4 { color: #f1f5f2; font-size: clamp(24px, 3vw, 48px); font-weight: 400; letter-spacing: -.08em; margin: 22px 0 9px; }
.visual-note-sample > small { color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 75%, white); font-family: 'Almarai', sans-serif; font-size: 10px; letter-spacing: .12em; }
.visual-note-section-placeholder { align-items: center; background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--note-accent, var(--notes-signal)) 8%, transparent) 0 1px, transparent 1px 18px), #101719; border: 1px solid color-mix(in srgb, var(--note-accent, var(--notes-signal)) 38%, transparent); display: flex; flex-direction: column; justify-content: center; min-height: 360px; max-width: 68%; }
.visual-note-section-placeholder span { color: var(--note-accent, var(--notes-signal)); font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .16em; }
.visual-note-section-placeholder i { color: rgba(226, 238, 234, .4); font-size: 12px; font-style: normal; margin-top: 14px; }
@media (max-width: 700px) { .visual-note-detail-heading { align-items: flex-start; flex-direction: column; gap: 14px; } .visual-note-detail-heading h3 { margin: 0; } .visual-note-samples { grid-template-columns: 1fr; } .visual-note-sample:nth-child(2n), .visual-note-sample:nth-child(3n) { transform: none; } .visual-note-sample .visual-note-media-placeholder { min-height: 280px; } .visual-note-section-placeholder { max-width: 100%; min-height: 250px; } }

/* Visual language archive — neutral cyan signal, separate from project palettes. */
.visual-notes-page { --notes-ink: #080b0d; --notes-paper: #eef1ed; --notes-signal: #9ce7d3; --notes-muted: rgba(226, 238, 234, .62); background: var(--notes-ink); color: #f1f5f2; min-height: 100vh; }
.visual-notes-page .floating-nav { background: rgba(8, 11, 13, .92); border-color: rgba(156, 231, 211, .24); box-shadow: 0 14px 38px rgba(0, 0, 0, .3); }
.visual-notes-page .floating-nav a, .visual-notes-page .floating-nav .nav-link { color: rgba(241, 245, 242, .78); }
.visual-notes-page .floating-nav a:hover, .visual-notes-page .floating-nav .nav-link:hover { color: var(--notes-signal); }
.visual-notes-shell { overflow: hidden; }
.visual-notes-hero, .visual-notes-library, .visual-notes-collecting { padding-left: max(5vw, calc((100vw - 1450px) / 2)); padding-right: max(5vw, calc((100vw - 1450px) / 2)); }
.visual-notes-hero { background: radial-gradient(circle at 78% 20%, rgba(156, 231, 211, .14), transparent 28%), radial-gradient(circle at 12% 78%, rgba(81, 121, 137, .16), transparent 28%), #080b0d; min-height: 790px; padding-bottom: 80px; padding-top: 126px; position: relative; }
.visual-notes-hero::before, .visual-notes-collecting::before { background-image: repeating-linear-gradient(90deg, transparent 0 118px, rgba(156, 231, 211, .045) 119px 120px, transparent 121px), repeating-linear-gradient(0deg, transparent 0 118px, rgba(255, 255, 255, .035) 119px 120px, transparent 121px); content: ''; inset: 0; opacity: .7; pointer-events: none; position: absolute; }
.visual-notes-meta { border-bottom: 1px solid rgba(224, 240, 234, .18); color: rgba(224, 240, 234, .48); display: flex; font-family: 'Almarai', sans-serif; font-size: 10px; justify-content: space-between; letter-spacing: .14em; padding-bottom: 18px; }
.visual-notes-hero-copy { max-width: 930px; padding: clamp(125px, 15vw, 215px) 0 88px; position: relative; z-index: 1; }
.visual-notes-kicker, .visual-notes-section-heading > span, .visual-notes-collecting > div > span { color: var(--notes-signal); font-family: 'Almarai', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.visual-notes-hero h1 { font-size: clamp(64px, 10vw, 154px); font-weight: 400; letter-spacing: -.12em; line-height: .88; margin: 28px 0 38px; }
.visual-notes-hero h1 em { color: var(--notes-signal); font-family: 'Instrument Serif', serif; font-weight: 400; letter-spacing: -.06em; }
.visual-notes-hero-copy p { color: var(--notes-muted); font-size: clamp(15px, 1.5vw, 20px); line-height: 1.7; margin: 0; max-width: 620px; }
.visual-notes-index { border-top: 1px solid rgba(224, 240, 234, .18); color: rgba(224, 240, 234, .55); display: flex; font-size: 12px; gap: 40px; padding-top: 18px; position: relative; z-index: 1; }
.visual-notes-library { background: var(--notes-paper); color: #111719; padding-bottom: clamp(100px, 12vw, 170px); padding-top: clamp(90px, 11vw, 150px); }
.visual-notes-section-heading { margin-bottom: 68px; max-width: 900px; }
.visual-notes-section-heading h2 { font-size: clamp(48px, 7vw, 110px); font-weight: 400; letter-spacing: -.11em; line-height: .92; margin: 28px 0 25px; }
.visual-notes-section-heading h2 em { color: #4d887a; font-family: 'Instrument Serif', serif; font-weight: 400; }
.visual-notes-section-heading p { color: #777f7c; font-size: 15px; line-height: 1.7; margin: 0; }
.visual-notes-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.visual-note-card { border: 1px solid rgba(17, 23, 25, .14); color: inherit; display: block; min-height: 300px; padding: 24px; position: relative; transition: background .35s, border-color .35s, transform .35s, box-shadow .35s; }
.visual-note-card:hover { background: #f9fbf8; border-color: rgba(77, 136, 122, .58); box-shadow: 0 22px 48px rgba(40, 71, 65, .12); transform: translateY(-6px); }
.visual-note-card.is-selected { background: #f9fbf8; border-color: rgba(77, 136, 122, .72); box-shadow: 0 18px 38px rgba(40, 71, 65, .1); }
.visual-note-number { color: #4d887a; font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .12em; }
.visual-note-card h3 { font-size: clamp(25px, 2.8vw, 42px); font-weight: 400; letter-spacing: -.08em; margin: 72px 0 15px; }
.visual-note-card p, .visual-note-card small { color: #737d79; font-size: 13px; line-height: 1.7; }
.visual-note-card p { margin: 0; max-width: 190px; }
.visual-note-card small { bottom: 24px; display: block; left: 24px; max-width: 210px; position: absolute; }
.visual-note-card i { bottom: 23px; color: #4d887a; font-size: 22px; font-style: normal; position: absolute; right: 24px; transition: transform .3s; }
.visual-note-card:hover i { transform: translate(4px, -4px); }
.visual-notes-details { background: #111719; color: #f1f5f2; padding: clamp(90px, 11vw, 155px) max(5vw, calc((100vw - 1450px) / 2)); }
.visual-notes-detail-heading { margin-bottom: 70px; max-width: 900px; }
.visual-notes-detail-heading > span { color: var(--notes-signal); font-family: 'Almarai', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.visual-notes-detail-heading h2 { font-size: clamp(48px, 7vw, 110px); font-weight: 400; letter-spacing: -.11em; line-height: .92; margin: 28px 0; }
.visual-notes-detail-heading p { color: rgba(226, 238, 234, .58); font-size: 15px; line-height: 1.7; margin: 0; max-width: 520px; }
.visual-notes-detail-list { border-top: 1px solid rgba(156, 231, 211, .2); }
.visual-note-detail { align-items: stretch; border-bottom: 1px solid rgba(156, 231, 211, .16); display: grid; gap: clamp(28px, 6vw, 100px); grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); min-height: 470px; padding: 64px 0; scroll-margin-top: 35px; }
.visual-note-detail.is-active .visual-note-detail-copy > span { color: var(--notes-signal); }
.visual-note-detail-copy { padding: 10px 0; }
.visual-note-detail-copy > span { color: rgba(226, 238, 234, .42); font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .14em; transition: color .3s; }
.visual-note-term-table { border-top: 1px solid rgba(156, 231, 211, .2); display: grid; grid-template-columns: 120px 1fr; margin-top: 58px; max-width: 520px; }
.visual-note-term-table > strong { border-right: 1px solid rgba(156, 231, 211, .16); color: var(--note-accent, var(--notes-signal)); font-size: 19px; font-weight: 400; padding: 20px 18px 20px 0; }
.visual-note-term-table > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visual-note-term-table > div span { border-bottom: 1px solid rgba(156, 231, 211, .16); color: rgba(226, 238, 234, .78); font-size: 14px; padding: 20px 18px; }
.visual-note-empty { border-top: 1px solid rgba(156, 231, 211, .2); color: rgba(226, 238, 234, .38); font-size: 14px; margin-top: 58px; max-width: 520px; padding-top: 20px; }
.visual-note-detail-copy h3 { font-size: clamp(28px, 3.4vw, 54px); font-weight: 400; letter-spacing: -.09em; line-height: 1; margin: 52px 0 20px; max-width: 530px; }
.visual-note-detail-copy p { color: rgba(226, 238, 234, .66); font-size: 14px; line-height: 1.8; margin: 0; max-width: 470px; }
.visual-note-detail-copy ul { border-top: 1px solid rgba(156, 231, 211, .16); display: grid; gap: 12px; list-style: none; margin: 34px 0 0; max-width: 470px; padding: 18px 0 0; }
.visual-note-detail-copy li { color: rgba(226, 238, 234, .62); font-size: 13px; padding-left: 18px; position: relative; }
.visual-note-detail-copy li::before { background: var(--notes-signal); border-radius: 50%; content: ''; height: 5px; left: 0; position: absolute; top: .55em; width: 5px; }
.visual-note-detail-tags { display: flex; gap: 8px; margin-top: 34px; }
.visual-note-detail-tags span { border: 1px solid rgba(156, 231, 211, .24); border-radius: 999px; color: rgba(226, 238, 234, .58); font-size: 10px; padding: 7px 10px; }
.visual-note-media-placeholder { align-items: center; background: repeating-linear-gradient(135deg, rgba(156, 231, 211, .045) 0 1px, transparent 1px 16px), linear-gradient(145deg, #142326, #0b1113); border: 1px solid rgba(156, 231, 211, .24); display: flex; flex-direction: column; justify-content: center; min-height: 340px; position: relative; }
.visual-note-media-placeholder::before { border: 1px solid rgba(156, 231, 211, .26); content: ''; inset: 12%; position: absolute; }
.visual-note-media-placeholder span { color: var(--notes-signal); font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .16em; position: relative; }
.visual-note-media-placeholder i { color: rgba(226, 238, 234, .42); font-size: 12px; font-style: normal; margin-top: 16px; position: relative; }
.visual-notes-collecting { background: linear-gradient(135deg, #101719, #0b1113 55%, #10201f); min-height: 500px; padding-bottom: 110px; padding-top: 110px; position: relative; }
.visual-notes-collecting > div { position: relative; z-index: 1; }
.visual-notes-collecting h2 { font-size: clamp(48px, 7vw, 108px); font-weight: 400; letter-spacing: -.11em; line-height: .9; margin: 30px 0; }
.visual-notes-collecting p { color: var(--notes-muted); font-size: 15px; line-height: 1.7; max-width: 430px; }
.visual-notes-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 65px; max-width: 760px; }
.visual-notes-tags span { border: 1px solid rgba(156, 231, 211, .26); border-radius: 999px; color: rgba(226, 238, 234, .75); font-size: 13px; padding: 10px 14px; transition: background .25s, border-color .25s, color .25s; }
.visual-notes-tags span:hover { background: rgba(156, 231, 211, .12); border-color: var(--notes-signal); color: #fff; }
.visual-notes-page footer { align-items: center; background: #080b0d; border-top: 1px solid rgba(156, 231, 211, .16); color: rgba(226, 238, 234, .48); display: flex; gap: 28px; justify-content: space-between; padding: 24px max(5vw, calc((100vw - 1450px) / 2)); }
.visual-notes-page footer a { color: var(--notes-signal); font-size: 12px; }
.visual-notes-entry { background: linear-gradient(135deg, #0b1012, #101c1c 58%, #0b1012); border-top: 1px solid rgba(156, 231, 211, .16); color: #f1f5f2; padding: 9vw 5%; }
.visual-notes-entry-inner { align-items: center; display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin: auto; max-width: 1450px; }
.visual-notes-entry-copy h2 { font-size: clamp(44px, 6vw, 92px); font-weight: 400; letter-spacing: -.1em; line-height: .95; margin: 20px 0; }
.visual-notes-entry-copy p { color: rgba(226, 238, 234, .62); font-size: 15px; line-height: 1.7; max-width: 410px; }
.visual-notes-entry-link { color: var(--notes-signal); display: inline-block; font-size: 13px; margin-top: 20px; }
.visual-notes-entry-graphic { aspect-ratio: 1.35; border: 1px solid rgba(156, 231, 211, .32); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); position: relative; transform: rotate(-4deg); }
.visual-notes-entry-graphic::before { border: 1px solid rgba(156, 231, 211, .16); content: ''; inset: 14%; position: absolute; }
.visual-notes-entry-graphic span { align-items: center; border: 1px solid rgba(156, 231, 211, .17); color: rgba(156, 231, 211, .72); display: flex; font-family: 'Almarai', sans-serif; font-size: 10px; justify-content: center; letter-spacing: .18em; }
@media (max-width: 900px) { .visual-notes-grid { grid-template-columns: repeat(2, 1fr); } .visual-notes-entry-inner { gap: 5vw; } }
@media (max-width: 900px) { .visual-note-detail { grid-template-columns: 1fr; } .visual-note-media-placeholder { min-height: 300px; } }
@media (max-width: 580px) { .visual-notes-hero, .visual-notes-library, .visual-notes-details, .visual-notes-collecting { padding-left: 6%; padding-right: 6%; } .visual-notes-hero { min-height: auto; padding-top: 88px; } .visual-notes-hero-copy { padding: 110px 0 70px; } .visual-notes-hero h1 { font-size: 16vw; } .visual-notes-meta { font-size: 8px; gap: 10px; } .visual-notes-index { flex-direction: column; gap: 8px; } .visual-notes-grid, .visual-notes-entry-inner { grid-template-columns: 1fr; } .visual-note-card { min-height: 255px; } .visual-note-detail { min-height: 0; padding: 48px 0; } .visual-note-term-table { grid-template-columns: 82px 1fr; margin-top: 38px; } .visual-note-term-table > div { grid-template-columns: 1fr; } .visual-note-term-table > strong, .visual-note-term-table > div span { padding: 15px 12px 15px 0; } .visual-note-media-placeholder { min-height: 240px; } .visual-notes-collecting { padding-bottom: 80px; padding-top: 80px; } .visual-notes-collecting h2 { font-size: 15vw; } .visual-notes-entry { padding: 18vw 6%; } .visual-notes-entry-graphic { margin-top: 20px; } .visual-notes-page footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 24px 6%; } }

/* Eight visual study signals — bright accents on one shared dark archive surface. */
.visual-note-card:nth-child(1), .visual-note-detail:nth-child(1) { --note-accent: #ffbd59; }
.visual-note-card:nth-child(2), .visual-note-detail:nth-child(2) { --note-accent: #ff8975; }
.visual-note-card:nth-child(3), .visual-note-detail:nth-child(3) { --note-accent: #63e6d5; }
.visual-note-card:nth-child(4), .visual-note-detail:nth-child(4) { --note-accent: #70b7ff; }
.visual-note-card:nth-child(5), .visual-note-detail:nth-child(5) { --note-accent: #c8f55a; }
.visual-note-card:nth-child(6), .visual-note-detail:nth-child(6) { --note-accent: #c7a0ff; }
.visual-note-card:nth-child(7), .visual-note-detail:nth-child(7) { --note-accent: #ff91c8; }
.visual-note-card:nth-child(8), .visual-note-detail:nth-child(8) { --note-accent: #8fa8ff; }
.visual-note-card { background: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 3%, #eef1ed); border-color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 28%, rgba(17, 23, 25, .14)); }
.visual-note-card:hover, .visual-note-card.is-selected { background: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 10%, #f9fbf8); border-color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 78%, transparent); box-shadow: 0 22px 48px color-mix(in srgb, var(--note-accent, var(--notes-signal)) 18%, transparent); }
.visual-note-number, .visual-note-card i { color: var(--note-accent, var(--notes-signal)); }

/* Each archive card owns its preview: the image emerges directly from that card's right edge. */
.visual-notes-page .visual-note-card { overflow: visible; z-index: 1; }
.visual-notes-page .visual-note-card:hover,
.visual-notes-page .visual-note-card:focus-visible { z-index: 20; }
.visual-notes-page .visual-note-card .visual-note-hover-preview {
  left: calc(100% + 18px);
  opacity: 0;
  right: auto;
  top: 50%;
  transform: translate(-22px, -50%) scale(.94);
  transition: opacity .3s ease, transform .46s cubic-bezier(.16, 1, .3, 1);
}
.visual-notes-page .visual-note-card:hover .visual-note-hover-preview,
.visual-notes-page .visual-note-card:focus-visible .visual-note-hover-preview {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
@media (max-width: 700px) {
  .visual-notes-page .visual-note-card .visual-note-hover-preview { display: none; }
}

/* Sliding-door interaction: the image is a panel inside the card, not an external tooltip. */
.visual-notes-page .visual-note-card {
  overflow: hidden;
}
.visual-notes-page .visual-note-card-content {
  position: relative;
  transition: width .52s cubic-bezier(.16, 1, .3, 1);
  width: 100%;
  z-index: 1;
}
.visual-notes-page .visual-note-card .visual-note-hover-preview {
  bottom: 0;
  height: 100%;
  left: auto;
  opacity: 1;
  padding: 10px;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .58s cubic-bezier(.16, 1, .3, 1);
  width: 50%;
  z-index: 3;
}
.visual-notes-page .visual-note-card:hover .visual-note-card-content,
.visual-notes-page .visual-note-card:focus-visible .visual-note-card-content {
  width: 50%;
}
.visual-notes-page .visual-note-card:hover .visual-note-hover-preview,
.visual-notes-page .visual-note-card:focus-visible .visual-note-hover-preview {
  transform: translateX(0);
}
.visual-notes-page .visual-note-hover-preview-media .visual-note-media-placeholder {
  height: 100%;
  min-height: 0 !important;
}
.visual-notes-page .visual-note-hover-preview-media {
  height: calc(100% - 78px);
}
.visual-notes-page .visual-note-hover-preview-copy {
  gap: 5px;
  overflow: hidden;
  padding: 10px 4px 3px;
}
.visual-notes-page .visual-note-hover-preview-copy strong {
  font-size: clamp(16px, 1.55vw, 24px);
  white-space: nowrap;
}
.visual-notes-page .visual-note-hover-preview-copy small {
  font-size: 8px;
}
@media (max-width: 700px) {
  .visual-notes-page .visual-note-card-content { width: 100%; }
}

/* Homepage visual archive: a restrained 3D contact sheet controlled by pointer movement. */
.visual-notes-entry-gallery {
  align-items: center;
  cursor: ew-resize;
  display: flex;
  min-height: clamp(360px, 34vw, 560px);
  outline: none;
  perspective: 1200px;
  position: relative;
}
.visual-notes-entry-gallery:focus-visible {
  box-shadow: 0 0 0 1px rgba(156, 231, 211, .58);
}
.visual-notes-entry-gallery-stage {
  height: 100%;
  min-height: inherit;
  position: relative;
  transform: rotateX(1deg) rotateY(var(--gallery-rotation, 0deg));
  transform-style: preserve-3d;
  transition: transform .22s ease-out;
  width: 100%;
}
.visual-notes-entry-gallery-card {
  background: #15201f;
  border: 1px solid rgba(156, 231, 211, .32);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .3);
  height: clamp(210px, 22vw, 350px);
  left: 50%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(calc((var(--card-index) - 2) * 6deg)) translateZ(calc(110px - abs(var(--card-index) - 2) * 28px)) translateX(calc((var(--card-index) - 2) * 17%));
  transform-style: preserve-3d;
  transition: filter .35s ease, box-shadow .35s ease;
  width: clamp(150px, 15vw, 240px);
}
.visual-notes-entry-gallery-card:nth-child(1) { transform: translate(-50%, -50%) rotate(-9deg) translateX(-102px) translateZ(10px); }
.visual-notes-entry-gallery-card:nth-child(2) { transform: translate(-50%, -50%) rotate(-4deg) translateX(-48px) translateZ(74px); }
.visual-notes-entry-gallery-card:nth-child(3) { transform: translate(-50%, -50%) translateZ(142px); }
.visual-notes-entry-gallery-card:nth-child(4) { transform: translate(-50%, -50%) rotate(5deg) translateX(48px) translateZ(74px); }
.visual-notes-entry-gallery-card:nth-child(5) { transform: translate(-50%, -50%) rotate(10deg) translateX(102px) translateZ(10px); }
.visual-notes-entry-gallery-card img { display: block; height: 100%; object-fit: cover; width: 100%; }
.visual-notes-entry-gallery-card::after { background: linear-gradient(180deg, transparent 45%, rgba(5, 10, 11, .72)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.visual-notes-entry-gallery-card figcaption { bottom: 16px; display: flex; flex-direction: column; gap: 4px; left: 16px; position: absolute; z-index: 1; }
.visual-notes-entry-gallery-card figcaption span { color: var(--notes-signal); font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .18em; }
.visual-notes-entry-gallery-card figcaption strong { color: #f1f5f2; font-size: 14px; font-weight: 400; }
.visual-notes-entry-gallery:hover .visual-notes-entry-gallery-card { box-shadow: 0 30px 68px rgba(0, 0, 0, .42), 0 0 24px rgba(156, 231, 211, .08); }
@media (max-width: 900px) {
  .visual-notes-entry-gallery { min-height: 360px; }
  .visual-notes-entry-gallery-card { height: 250px; width: 170px; }
}
@media (max-width: 580px) {
  .visual-notes-entry-gallery { min-height: 330px; }
  .visual-notes-entry-gallery-card { height: 220px; width: 145px; }
  .visual-notes-entry-gallery-card:nth-child(1) { transform: translate(-50%, -50%) rotate(-9deg) translateX(-62px) translateZ(10px); }
  .visual-notes-entry-gallery-card:nth-child(2) { transform: translate(-50%, -50%) rotate(-4deg) translateX(-30px) translateZ(74px); }
  .visual-notes-entry-gallery-card:nth-child(4) { transform: translate(-50%, -50%) rotate(5deg) translateX(30px) translateZ(74px); }
  .visual-notes-entry-gallery-card:nth-child(5) { transform: translate(-50%, -50%) rotate(10deg) translateX(62px) translateZ(10px); }
}

/* Stronger editorial card spread: one dominant image with two partially hidden cards on each side. */
.visual-notes-entry-gallery-stage {
  transform: rotateX(1deg) rotateY(var(--gallery-rotation, 0deg)) scale(1.06);
}
.visual-notes-entry-gallery-card {
  height: clamp(280px, 31vw, 500px);
  width: clamp(190px, 21vw, 330px);
}
.visual-notes-entry-gallery-card:nth-child(1) { transform: translate(-50%, -50%) rotate(-13deg) translateX(-205px) translateZ(0); }
.visual-notes-entry-gallery-card:nth-child(2) { transform: translate(-50%, -50%) rotate(-7deg) translateX(-105px) translateZ(92px); }
.visual-notes-entry-gallery-card:nth-child(3) { transform: translate(-50%, -50%) translateZ(178px) scale(1.05); }
.visual-notes-entry-gallery-card:nth-child(4) { transform: translate(-50%, -50%) rotate(7deg) translateX(105px) translateZ(92px); }
.visual-notes-entry-gallery-card:nth-child(5) { transform: translate(-50%, -50%) rotate(13deg) translateX(205px) translateZ(0); }
.visual-notes-entry-gallery-card:nth-child(1),
.visual-notes-entry-gallery-card:nth-child(5) { filter: saturate(.82) brightness(.7); }
.visual-notes-entry-gallery-card:nth-child(2),
.visual-notes-entry-gallery-card:nth-child(4) { filter: saturate(.92) brightness(.86); }
.visual-notes-entry-gallery-card:nth-child(3) { box-shadow: 0 34px 82px rgba(0, 0, 0, .5), 0 0 28px rgba(156, 231, 211, .14); }
@media (max-width: 900px) {
  .visual-notes-entry-gallery-stage { transform: rotateX(1deg) rotateY(var(--gallery-rotation, 0deg)) scale(.92); }
  .visual-notes-entry-gallery-card { height: 285px; width: 195px; }
  .visual-notes-entry-gallery-card:nth-child(1) { transform: translate(-50%, -50%) rotate(-13deg) translateX(-125px) translateZ(0); }
  .visual-notes-entry-gallery-card:nth-child(2) { transform: translate(-50%, -50%) rotate(-7deg) translateX(-65px) translateZ(78px); }
  .visual-notes-entry-gallery-card:nth-child(4) { transform: translate(-50%, -50%) rotate(7deg) translateX(65px) translateZ(78px); }
  .visual-notes-entry-gallery-card:nth-child(5) { transform: translate(-50%, -50%) rotate(13deg) translateX(125px) translateZ(0); }
}
@media (max-width: 580px) {
  .visual-notes-entry-gallery-stage { transform: rotateX(1deg) rotateY(var(--gallery-rotation, 0deg)) scale(.78); }
}

/* AIGC collection: wine-dark editorial gallery, intentionally distinct from the visual archive. */
.aigc-showcase {
  background: radial-gradient(circle at 78% 18%, rgba(143, 63, 75, .16), transparent 30%), #171314;
  border-top: 1px solid rgba(200, 107, 120, .22);
  color: #f1e9e3;
  padding: clamp(90px, 11vw, 170px) 5% clamp(70px, 9vw, 130px);
}
.aigc-showcase-inner { margin: auto; max-width: 1450px; }
.aigc-showcase-heading { align-items: end; display: flex; gap: 8vw; justify-content: space-between; margin-bottom: clamp(48px, 6vw, 92px); }
.aigc-kicker { color: #c86b78; font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .18em; }
.aigc-showcase-heading h2 { font-size: clamp(48px, 7vw, 108px); font-weight: 400; letter-spacing: -.1em; line-height: .92; margin: 18px 0 0; }
.aigc-showcase-heading h2 em { color: #c86b78; font-style: normal; }
.aigc-showcase-heading p { color: rgba(241, 233, 227, .58); font-size: 14px; line-height: 1.8; max-width: 330px; white-space: pre-line; }
.aigc-showcase-grid { display: grid; gap: 14px; grid-template-columns: 1.18fr .78fr .78fr; grid-template-rows: 240px 240px; }
.aigc-work { background: #2a1d20; border: 1px solid rgba(200, 107, 120, .28); min-height: 0; overflow: hidden; position: relative; }
.aigc-work-0 { grid-row: span 2; }
.aigc-work-3 { transform: translateY(34px); }
.aigc-work-4 { transform: translateY(-24px); }
.aigc-work-placeholder { background: linear-gradient(135deg, rgba(200, 107, 120, .08), rgba(42, 29, 32, .72) 52%, rgba(200, 107, 120, .18)); height: 100%; position: relative; transition: background .6s ease, transform .8s cubic-bezier(.16, 1, .3, 1); width: 100%; }
.aigc-work-placeholder::before { border: 1px solid rgba(200, 107, 120, .22); content: ''; inset: 14%; position: absolute; transform: rotate(-5deg); }
.aigc-work-placeholder::after { background: radial-gradient(circle, rgba(228, 161, 169, .18) 0 1px, transparent 2px); background-size: 18px 18px; content: ''; inset: 0; opacity: .32; position: absolute; }
.aigc-work::after { background: linear-gradient(180deg, transparent 42%, rgba(23, 19, 20, .9)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.aigc-work-overlay { bottom: 20px; display: flex; flex-direction: column; gap: 7px; left: 20px; position: absolute; right: 20px; z-index: 1; }
.aigc-work-overlay span { color: #c86b78; font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .16em; }
.aigc-work-overlay strong { color: #f1e9e3; font-size: clamp(17px, 1.8vw, 26px); font-weight: 400; letter-spacing: -.06em; }
.aigc-work-overlay i { color: #e4a1a9; font-size: 20px; font-style: normal; position: absolute; right: 0; top: 10px; }
.aigc-work:hover .aigc-work-placeholder { background: linear-gradient(135deg, rgba(200, 107, 120, .18), rgba(42, 29, 32, .6) 52%, rgba(200, 107, 120, .3)); transform: scale(1.06); }
.aigc-work:hover { border-color: rgba(200, 107, 120, .72); box-shadow: 0 20px 55px rgba(0, 0, 0, .28); }
.aigc-showcase-footer { align-items: center; border-top: 1px solid rgba(200, 107, 120, .22); color: rgba(241, 233, 227, .4); display: flex; font-family: 'Almarai', sans-serif; font-size: 9px; justify-content: space-between; letter-spacing: .16em; margin-top: 76px; padding-top: 18px; }
.aigc-showcase-footer a { color: #e4a1a9; font-family: inherit; letter-spacing: .04em; }
@media (max-width: 800px) {
  .aigc-showcase-heading { align-items: start; flex-direction: column; gap: 24px; }
  .aigc-showcase-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .aigc-work-0 { grid-row: span 1; grid-column: span 2; }
  .aigc-work-3 { transform: none; }
  .aigc-work-4 { transform: translateY(22px); }
}
@media (max-width: 520px) {
  .aigc-showcase { padding-left: 6%; padding-right: 6%; }
  .aigc-showcase-grid { display: flex; flex-direction: column; }
  .aigc-work, .aigc-work-0 { height: 300px; }
  .aigc-work-4 { transform: none; }
  .aigc-showcase-footer { align-items: start; flex-direction: column; gap: 16px; }
}

/* Text-only AIGC index: remove all image/placeholder space until real works are added. */
.aigc-showcase-grid {
  grid-template-rows: repeat(2, minmax(150px, auto));
}
.aigc-work,
.aigc-work-0 {
  display: flex;
  grid-row: auto;
  min-height: 160px;
  padding: 24px;
}
.aigc-work-3 { transform: translateY(18px); }
.aigc-work-4 { transform: translateY(-12px); }
.aigc-work::after { display: none; }
.aigc-work-overlay {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  width: 100%;
}
.aigc-work-overlay i { top: 4px; }
.aigc-work:hover { background: rgba(200, 107, 120, .08); }
@media (max-width: 800px) {
  .aigc-showcase-grid { grid-template-rows: repeat(3, minmax(150px, auto)); }
  .aigc-work, .aigc-work-0 { height: auto; min-height: 160px; }
  .aigc-work-0 { grid-column: span 2; }
  .aigc-work-3 { transform: none; }
  .aigc-work-4 { transform: translateY(12px); }
}
@media (max-width: 520px) {
  .aigc-work, .aigc-work-0 { height: auto; min-height: 150px; }
  .aigc-work-0 { grid-column: auto; }
  .aigc-work-4 { transform: none; }
}

/* AIGC section: one complete card, with the future work area intentionally kept empty. */
.aigc-showcase {
  background: #f3efe9;
  border-top: 0;
  color: #f1e9e3;
  padding: clamp(70px, 9vw, 130px) 5%;
}
.aigc-showcase-card {
  background: linear-gradient(135deg, #171314 0%, #21191b 58%, #171314 100%);
  border: 1px solid rgba(200, 107, 120, .42);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(40, 24, 26, .18);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  max-width: 1450px;
  min-height: clamp(430px, 42vw, 650px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 92px);
}
.aigc-showcase-card-copy { align-self: center; max-width: 560px; }
.aigc-showcase-card-copy h2 { color: #f1e9e3; font-size: clamp(54px, 7vw, 108px); font-weight: 400; letter-spacing: -.1em; line-height: .92; margin: 20px 0; }
.aigc-showcase-card-copy h2 em { color: #c86b78; font-style: normal; }
.aigc-showcase-card-copy p { color: rgba(241, 233, 227, .58); font-size: 15px; line-height: 1.8; white-space: pre-line; }
.aigc-showcase-link { color: #e4a1a9; display: inline-block; font-size: 13px; margin-top: 30px; }
.aigc-showcase-card-blank { min-height: 260px; }
@media (max-width: 580px) {
  .aigc-showcase-card { gap: 20px; grid-template-columns: 1fr; min-height: 0; padding: 42px 28px; }
.aigc-showcase-card-blank { min-height: 70px; }
}

/* Homepage AIGC preview: three image studies layered into the open right half. */
.aigc-showcase-card-gallery {
  align-self: center;
  height: min(38vw, 520px);
  justify-self: stretch;
  min-height: 360px;
  perspective: 900px;
  position: relative;
}
.aigc-showcase-card-gallery img {
  border: 1px solid rgba(242, 170, 177, .55);
  border-radius: 12px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .34);
  height: 72%;
  object-fit: cover;
  position: absolute;
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), filter .45s ease, z-index 0s;
  width: 58%;
}
.aigc-showcase-card-gallery img:nth-child(1) {
  left: 4%;
  top: 14%;
  transform: rotate(-8deg) translateZ(0);
  z-index: 1;
}
.aigc-showcase-card-gallery img:nth-child(2) {
  height: 78%;
  right: 2%;
  top: 4%;
  transform: rotate(6deg) translateZ(26px);
  z-index: 3;
}
.aigc-showcase-card-gallery img:nth-child(3) {
  bottom: 0;
  height: 62%;
  left: 18%;
  transform: rotate(-2deg) translateZ(52px);
  z-index: 4;
}
.aigc-showcase-card-gallery:hover img:nth-child(1) { transform: rotate(-13deg) translate(-10px, 8px) scale(1.03); }
.aigc-showcase-card-gallery:hover img:nth-child(2) { transform: rotate(11deg) translate(10px, -8px) scale(1.04); }
.aigc-showcase-card-gallery:hover img:nth-child(3) { transform: rotate(-4deg) translate(0, 10px) scale(1.045); }
.aigc-showcase-card-gallery img {
  border: 0;
  border-radius: 0;
  box-shadow: 0 28px 52px rgba(0, 0, 0, .48), 0 0 0 1px rgba(241, 233, 227, .06);
  filter: saturate(.94) contrast(1.02) drop-shadow(0 0 18px rgba(200, 107, 120, .08));
  mask-image: linear-gradient(180deg, #000 0%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 94%, transparent 100%);
}
.aigc-showcase-card-gallery img:nth-child(1) { border-radius: 18px 4px 22px 6px; }
.aigc-showcase-card-gallery img:nth-child(2) { border-radius: 5px 20px 8px 24px; }
.aigc-showcase-card-gallery img:nth-child(3) { border-radius: 20px 7px 26px 5px; }
.aigc-showcase .aigc-showcase-card-copy,
.aigc-showcase .aigc-showcase-card-gallery {
  opacity: 0;
  transform: translateY(68px);
  transition: opacity 1s ease, transform 1.15s cubic-bezier(.16, 1, .3, 1);
}
.aigc-showcase .aigc-showcase-card-gallery { transform: translateX(120px) rotate(8deg) scale(.9); }
.aigc-showcase.is-visible .aigc-showcase-card-copy { opacity: 1; transform: translateY(0); }
.aigc-showcase.is-visible .aigc-showcase-card-gallery { opacity: 1; transform: translateX(0) rotate(0) scale(1); transition-delay: .16s; }
.aigc-showcase.is-visible .aigc-showcase-card-gallery img:nth-child(1) { animation: aigc-card-in-left .9s .28s both cubic-bezier(.16, 1, .3, 1); }
.aigc-showcase.is-visible .aigc-showcase-card-gallery img:nth-child(2) { animation: aigc-card-in-right 1s .4s both cubic-bezier(.16, 1, .3, 1); }
.aigc-showcase.is-visible .aigc-showcase-card-gallery img:nth-child(3) { animation: aigc-card-in-front 1s .52s both cubic-bezier(.16, 1, .3, 1); }
@keyframes aigc-card-in-left { from { opacity: 0; transform: translate(-120px, 58px) rotate(-24deg) scale(.72); } to { opacity: 1; transform: rotate(-8deg) translateZ(0); } }
@keyframes aigc-card-in-right { from { opacity: 0; transform: translate(120px, -58px) rotate(24deg) scale(.72); } to { opacity: 1; transform: rotate(6deg) translateZ(26px); } }
@keyframes aigc-card-in-front { from { opacity: 0; transform: translate(0, 120px) rotate(-16deg) scale(.7); } to { opacity: 1; transform: rotate(-2deg) translateZ(52px); } }
@media (max-width: 580px) {
  .aigc-showcase-card-gallery { height: 320px; min-height: 0; }
}

.photography-showcase {
  background: #101111;
  color: #f4efe7;
  padding: clamp(46px, 7vw, 94px) 5%;
}
.photography-showcase-card {
  border: 1px solid rgba(218, 163, 77, .28);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: clamp(440px, 52vw, 760px);
  overflow: hidden;
  position: relative;
}
.photography-showcase-gallery {
  background: #171817;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
.photography-showcase-gallery::after {
  background: linear-gradient(90deg, transparent 60%, rgba(16, 17, 17, .66));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.photography-showcase-gallery img {
  border: 8px solid #111212;
  box-shadow: 0 26px 48px rgba(0, 0, 0, .4);
  object-fit: cover;
  position: absolute;
  transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}
.photography-showcase-gallery img:nth-child(1) { height: 76%; left: 9%; top: 10%; transform: rotate(-3deg); width: 58%; z-index: 1; }
.photography-showcase-gallery img:nth-child(2) { height: 48%; right: 7%; top: 11%; transform: rotate(4deg); width: 34%; z-index: 3; }
.photography-showcase-gallery img:nth-child(3) { bottom: 5%; height: 38%; right: 16%; transform: rotate(-2deg); width: 48%; z-index: 2; }
.photography-showcase-gallery:hover img:nth-child(1) { transform: rotate(-6deg) translate(-8px, 6px) scale(1.025); }
.photography-showcase-gallery:hover img:nth-child(2) { transform: rotate(8deg) translate(8px, -5px) scale(1.04); }
.photography-showcase-gallery:hover img:nth-child(3) { transform: rotate(-4deg) translate(0, 8px) scale(1.035); }
.photography-showcase-copy {
  align-self: center;
  padding: clamp(38px, 6vw, 92px);
}
.photography-showcase-copy > span { color: #e1a84f; font-family: 'Almarai', sans-serif; font-size: 10px; letter-spacing: .18em; }
.photography-showcase-copy h2 { color: #f2b95e; font-size: clamp(58px, 8vw, 126px); font-weight: 400; letter-spacing: -.12em; line-height: .82; margin: 32px 0 34px; }
.photography-showcase-copy h2 em { color: #f4efe7; font-style: normal; }
.photography-showcase-copy p { color: rgba(244, 239, 231, .62); font-size: 15px; line-height: 1.9; max-width: 340px; }
.photography-showcase-link { border-bottom: 1px solid rgba(244, 239, 231, .28); color: #f4efe7; display: inline-block; margin-top: clamp(58px, 9vw, 120px); padding-bottom: 12px; }
@media (max-width: 680px) {
  .photography-showcase-card { grid-template-columns: 1fr; }
  .photography-showcase-gallery { min-height: 360px; }
  .photography-showcase-copy { padding: 48px 28px 58px; }
  .photography-showcase-copy h2 { font-size: clamp(58px, 18vw, 94px); }
  .photography-showcase-link { margin-top: 42px; }
}

.photography-page {
  background: #101111;
  color: #f4efe7;
  min-height: 100vh;
  padding-bottom: 110px;
}
.photography-page-hero {
  padding: clamp(92px, 13vw, 180px) 5% clamp(54px, 8vw, 110px);
}
.photography-page-hero h1 {
  color: #f2b95e;
  font-size: clamp(74px, 13vw, 190px);
  font-weight: 400;
  letter-spacing: -.13em;
  line-height: .86;
  margin: 28px 0 30px;
}
.photography-page-hero h1.photography-page-statement {
  color: #f2b95e;
  font-size: clamp(30px, 4.4vw, 68px);
  letter-spacing: -.06em;
  line-height: 1.28;
  max-width: 980px;
  margin: 34px 0 22px;
}
.photography-page-hero p { color: rgba(244, 239, 231, .62); font-size: 17px; line-height: 1.8; max-width: 560px; }
.photography-page .back-link { color: #f2b95e; display: inline-block; margin-top: 42px; }
.photography-page-featured {
  margin: 0 5% clamp(74px, 10vw, 150px);
}
.photography-page-featured-image {
  background: #191a19;
  height: min(72vh, 820px);
  overflow: hidden;
  position: relative;
}
.photography-page-featured-image::after {
  background: linear-gradient(180deg, transparent 60%, rgba(10, 11, 11, .72));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.photography-page-featured-image img {
  display: block;
  filter: saturate(.9);
  height: 100%;
  object-fit: cover;
  transition: filter .6s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
  width: 100%;
}
.photography-page-featured:hover img { filter: saturate(1.08); transform: scale(1.025); }
.photography-page-featured figcaption {
  align-items: baseline;
  border-bottom: 1px solid rgba(242, 185, 94, .3);
  display: flex;
  justify-content: space-between;
  padding: 16px 0 14px;
}
.photography-page-featured figcaption span { color: rgba(244, 239, 231, .42); font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .14em; }
.photography-page-featured figcaption strong { color: #f2b95e; font-size: 22px; font-weight: 400; }
.photography-page-grid {
  display: grid;
  gap: clamp(50px, 8vw, 120px) 24px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding: 0 5%;
}
.photography-page-item { margin: 0; }
.photography-page-item-1 { grid-column: 1 / span 7; }
.photography-page-item-2 { grid-column: 8 / -1; margin-top: 90px; }
.photography-page-item-3 { grid-column: 2 / span 5; margin-top: -40px; }
.photography-page-item-1 + .photography-page-item-2 { }
.photography-page-item-1 .photography-page-image { aspect-ratio: 4 / 5; }
.photography-page-item-2 .photography-page-image { aspect-ratio: 3 / 4; }
.photography-page-item-3 .photography-page-image { aspect-ratio: 4 / 3; }
.photography-page-item-4 { grid-column: 7 / span 6; margin-top: 44px; }
.photography-page-item-5 { grid-column: 1 / span 5; margin-top: -80px; }
.photography-page-item-6 { grid-column: 6 / span 5; margin-top: 34px; }
.photography-page-image { background: #191a19; overflow: hidden; }
.photography-page-image img { display: block; filter: saturate(.86); height: 100%; object-fit: cover; transition: filter .5s ease, transform .7s cubic-bezier(.16, 1, .3, 1); width: 100%; }
.photography-page-item:hover .photography-page-image img { filter: saturate(1.08); transform: scale(1.035); }
.photography-page-item figcaption { border-top: 1px solid rgba(242, 185, 94, .3); display: flex; justify-content: space-between; padding: 14px 0 0; }
.photography-page-item figcaption span { color: rgba(244, 239, 231, .4); font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .12em; }
.photography-page-item figcaption strong { color: #f2b95e; font-size: 18px; font-weight: 400; }
.photography-page-closing {
  border-top: 1px solid rgba(242, 185, 94, .28);
  color: rgba(244, 239, 231, .72);
  font-size: clamp(18px, 2.2vw, 30px);
  letter-spacing: .02em;
  line-height: 1.7;
  margin: clamp(90px, 13vw, 180px) 5% 0;
  padding-top: 26px;
  text-align: center;
}
@media (max-width: 680px) {
  .photography-page-featured { margin-left: 5%; margin-right: 5%; }
  .photography-page-featured-image { height: 58vh; min-height: 360px; }
  .photography-page-grid { display: grid; grid-template-columns: 1fr; }
  .photography-page-item-1, .photography-page-item-2, .photography-page-item-3, .photography-page-item-4, .photography-page-item-5, .photography-page-item-6 { grid-column: 1; margin-top: 0; }
  .photography-page-item-1 .photography-page-image, .photography-page-item-2 .photography-page-image, .photography-page-item-3 .photography-page-image { aspect-ratio: 4 / 3; }
}

.aigc-showcase-card {
  display: block;
  min-height: 0;
}
.aigc-showcase-card-heading {
  align-items: end;
  display: flex;
  gap: 7vw;
  justify-content: space-between;
  margin-bottom: clamp(42px, 6vw, 78px);
}
.aigc-showcase-card-heading h2 {
  color: #f1e9e3;
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -.1em;
  line-height: .92;
  margin: 18px 0 0;
}
.aigc-showcase-card-heading h2 em { color: #c86b78; font-style: normal; }
.aigc-showcase-card-heading > p { color: rgba(241, 233, 227, .58); font-size: 14px; line-height: 1.8; max-width: 300px; }
.aigc-showcase-modes { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.aigc-mode-card { border: 1px solid rgba(200, 107, 120, .3); color: #f1e9e3; min-height: 190px; padding: 24px; position: relative; transition: background .35s, border-color .35s, transform .35s; }
.aigc-mode-card:hover { background: rgba(200, 107, 120, .1); border-color: rgba(200, 107, 120, .78); transform: translateY(-5px); }
.aigc-mode-card span { color: #c86b78; font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .16em; }
.aigc-mode-card strong { display: block; font-size: clamp(28px, 3.2vw, 50px); font-weight: 400; letter-spacing: -.08em; margin-top: 42px; }
.aigc-mode-card p { color: rgba(241, 233, 227, .55); font-size: 13px; line-height: 1.7; margin: 12px 0 0; max-width: 280px; }
.aigc-mode-card i { color: #e4a1a9; font-size: 22px; font-style: normal; position: absolute; right: 24px; top: 22px; }
@media (max-width: 580px) {
  .aigc-showcase-card-heading { align-items: start; flex-direction: column; gap: 22px; }
  .aigc-showcase-modes { grid-template-columns: 1fr; }
}

/* Restore the approved single-card AIGC layout: left copy, empty right side. */
.aigc-showcase-card {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(430px, 42vw, 650px);
}
.aigc-showcase-card-copy { align-self: center; max-width: 560px; }
.aigc-showcase-card-copy h2 { color: #f1e9e3; font-size: clamp(54px, 7vw, 108px); font-weight: 400; letter-spacing: -.1em; line-height: .92; margin: 20px 0; }
.aigc-showcase-card-copy h2 em { color: #c86b78; font-style: normal; }
.aigc-showcase-card-copy p { color: rgba(241, 233, 227, .58); font-size: 15px; line-height: 1.8; white-space: pre-line; }
.aigc-showcase-card-blank { min-height: 260px; }
@media (max-width: 580px) {
  .aigc-showcase-card { display: grid; gap: 20px; grid-template-columns: 1fr; min-height: 0; }
  .aigc-showcase-card-blank { min-height: 70px; }
}

/* AIGC archive page: two full-width chapters stacked vertically. */
.aigc-archive .archive-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
.aigc-archive .archive-card {
  min-height: clamp(260px, 30vw, 440px);
  padding: clamp(28px, 4vw, 64px);
}
.aigc-archive .archive-card h2 {
  font-size: clamp(44px, 7vw, 104px);
  margin-top: clamp(48px, 8vw, 110px);
}
.aigc-archive .archive-card p {
  max-width: 520px;
}
.aigc-archive .archive-card:first-child {
  overflow: hidden;
}
.aigc-text-image-intro {
  border-top: 1px solid rgba(104, 180, 177, .24);
  margin-top: clamp(36px, 5vw, 72px);
  padding: clamp(28px, 4vw, 56px) 0 10px;
}
.aigc-text-image-kicker { color: #75c7bd; font-family: 'Almarai', sans-serif; font-size: 11px; letter-spacing: .2em; }
.aigc-text-image-intro h3 { color: #edf5f2; font-size: clamp(34px, 4.5vw, 72px); font-weight: 400; letter-spacing: -.08em; line-height: 1.05; margin: 20px 0 14px; }
.aigc-text-image-intro p { color: rgba(226, 238, 234, .64); font-size: 15px; line-height: 1.8; max-width: 820px; }
.aigc-text-image-features { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.aigc-text-image-features > div { align-items: center; background: rgba(8, 20, 27, .46); border: 1px solid rgba(104, 180, 177, .3); border-radius: 14px; display: grid; grid-template-columns: 28px 1fr; padding: 18px 20px; }
.aigc-text-image-features i { color: #75c7bd; font-size: 22px; font-style: normal; grid-row: span 2; }
.aigc-text-image-features strong { color: #edf5f2; font-size: 16px; font-weight: 400; }
.aigc-text-image-features span { color: rgba(226, 238, 234, .5); font-size: 12px; margin-top: 5px; }
.aigc-text-image-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(38px, 5vw, 76px);
  padding: 0 2px 12px;
}
.aigc-text-image-item {
  background: #22191b;
  border: 1px solid rgba(200, 107, 120, .34);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.aigc-text-image-item-1 { transform: translateY(28px); }
.aigc-text-image-item-2 { transform: translateY(-12px); }
.aigc-text-image-item-3 { transform: translateY(18px); }
.aigc-text-image-item img {
  display: block;
  height: clamp(210px, 25vw, 390px);
  object-fit: cover;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
  width: 100%;
}
.aigc-text-image-frame { overflow: hidden; position: relative; }
.aigc-text-image-frame::after { background: linear-gradient(180deg, transparent 52%, rgba(18, 13, 14, .78)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.aigc-text-image-item::after { display: none; }
.aigc-text-image-item figcaption { bottom: 14px; color: #e4a1a9; font-family: 'Almarai', sans-serif; font-size: 9px; left: 16px; letter-spacing: .14em; position: absolute; z-index: 1; }
.aigc-text-image-item:hover img { filter: saturate(1.08); transform: scale(1.045); }
.aigc-text-image-item {
  background: rgba(8, 20, 27, .72);
  border: 1px solid rgba(104, 180, 177, .28);
  border-radius: 22px;
  padding: 24px;
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.aigc-text-image-item-1,
.aigc-text-image-item-2,
.aigc-text-image-item-3 { transform: none; }
.aigc-text-image-item:hover { border-color: rgba(104, 180, 177, .72); box-shadow: 0 22px 60px rgba(0, 0, 0, .28); transform: translateY(-5px); }
.aigc-case-head { align-items: center; display: flex; gap: 20px; margin-bottom: 18px; }
.aigc-case-head span { background: rgba(65, 153, 154, .16); border: 1px solid rgba(104, 180, 177, .5); border-radius: 8px; color: #75c7bd; font-family: 'Almarai', sans-serif; font-size: 10px; letter-spacing: .14em; padding: 10px 13px; }
.aigc-case-head strong { color: #edf5f2; font-size: clamp(18px, 2vw, 28px); font-weight: 400; letter-spacing: -.05em; }
.aigc-text-image-item .aigc-text-image-frame { border-radius: 14px; }
.aigc-text-image-item .aigc-text-image-frame img { height: clamp(220px, 21vw, 330px); }
.aigc-text-image-item .aigc-prompt-copy { margin-top: 20px; }
.aigc-text-image-item .aigc-prompt-copy { border-top-color: rgba(104, 180, 177, .24); }
.aigc-text-image-item .aigc-prompt-copy span { color: #75c7bd; }
.aigc-prompt-copy { border-top: 1px solid rgba(200, 107, 120, .22); display: flex; flex-direction: column; gap: 12px; padding: 18px 2px 8px; }
.aigc-prompt-copy > div { display: grid; gap: 12px; grid-template-columns: 76px 1fr; }
.aigc-prompt-copy span { color: #e4a1a9; font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .06em; line-height: 1.6; }
.aigc-prompt-copy p { color: rgba(241, 233, 227, .58); font-size: 11px; line-height: 1.75; margin: 0; }
@media (max-width: 700px) {
  .aigc-text-image-gallery { grid-template-columns: 1fr; }
  .aigc-text-image-item-1, .aigc-text-image-item-2, .aigc-text-image-item-3 { transform: none; }
  .aigc-text-image-item img { height: 260px; }
  .aigc-prompt-copy > div { grid-template-columns: 86px 1fr; }
  .aigc-text-image-item { padding: 18px; }
}
@media (max-width: 700px) {
  .aigc-text-image-features { grid-template-columns: 1fr; }
}

/* AIGC archive visual system: match the wine-dark homepage card and place the intro beside the section title. */
.aigc-archive {
  background: #f3efe9;
}
.aigc-archive .archive-card {
  background: linear-gradient(135deg, #171314 0%, #21191b 58%, #171314 100%);
  border-color: rgba(200, 107, 120, .42);
  color: #f1e9e3;
}
.aigc-archive .archive-card p { color: rgba(241, 233, 227, .58); }
.aigc-archive .archive-card h2 { color: #f1e9e3; }
.aigc-archive .archive-card > p { color: rgba(241, 233, 227, .72); }
.aigc-archive .archive-card-number { color: #e4a1a9; }
.aigc-archive .archive-arrow { color: #e4a1a9; }
.aigc-text-to-image-section { padding: clamp(34px, 5vw, 72px); }
.aigc-image-section-head { align-items: start; display: grid; gap: clamp(28px, 5vw, 86px); grid-template-columns: .82fr 1.18fr; margin: 30px 0 10px; }
.aigc-image-section-title { align-self: center; }
.aigc-image-section-title h2 { color: #f1e9e3; font-size: clamp(46px, 6vw, 92px); margin: 0 0 16px; }
.aigc-image-section-title p { max-width: 330px; }
.aigc-image-section-head .aigc-text-image-intro { border-top: 0; margin: 0; padding: 0; }
.aigc-image-section-head .aigc-text-image-intro h3 { color: #f1e9e3; font-size: clamp(30px, 3.7vw, 58px); margin-top: 14px; }
.aigc-image-section-head .aigc-text-image-intro p { color: rgba(241, 233, 227, .56); }
.aigc-image-section-head .aigc-text-image-features { grid-template-columns: 1fr; margin-top: 24px; }
.aigc-image-section-head .aigc-text-image-features > div { padding: 13px 16px; }
.aigc-text-to-image-section .aigc-text-image-gallery { margin-top: clamp(42px, 5vw, 76px); }
@media (max-width: 760px) {
  .aigc-image-section-head { grid-template-columns: 1fr; }
  .aigc-image-section-head .aigc-text-image-features { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .aigc-image-section-head .aigc-text-image-features { grid-template-columns: 1fr; }
}
.aigc-archive .archive-card:nth-child(2) {
  padding: clamp(30px, 4vw, 58px);
}
.aigc-image-video-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}
.aigc-image-video-frame {
  background: #21191b;
  border: 1px solid rgba(200, 107, 120, .3);
  border-radius: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.aigc-image-video-frame img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  transition: filter .4s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
  width: 100%;
}
.aigc-image-video-frame figcaption {
  background: rgba(23, 19, 20, .72);
  bottom: 0;
  color: #e4a1a9;
  font-family: 'Almarai', sans-serif;
  font-size: 8px;
  left: 0;
  letter-spacing: .14em;
  padding: 7px 9px;
  position: absolute;
  right: 0;
}
.aigc-image-video-frame:hover { border-color: rgba(200, 107, 120, .72); }
.aigc-image-video-frame:hover img { filter: saturate(1.08); transform: scale(1.04); }
@media (max-width: 560px) {
  .aigc-image-video-gallery { gap: 9px; }
  .aigc-image-video-frame figcaption { font-size: 7px; padding: 5px 6px; }
}
.aigc-text-to-video-section {
  padding: clamp(34px, 5vw, 72px);
}
.aigc-video-section-head {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 100px);
  grid-template-columns: .72fr 1.28fr;
  margin: 34px 0 12px;
}
.aigc-video-section-head h2 {
  color: #f1e9e3;
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -.1em;
  margin: 0;
}
.aigc-video-section-head p {
  color: rgba(241, 233, 227, .78) !important;
  font-size: clamp(18px, 2vw, 30px) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  max-width: none !important;
}
.aigc-text-to-video-section .aigc-image-video-gallery { margin-top: clamp(42px, 5vw, 72px); }
@media (max-width: 700px) {
  .aigc-video-section-head { align-items: start; grid-template-columns: 1fr; gap: 20px; }
  .aigc-video-section-head p { font-size: 17px !important; }
}
.aigc-video-prompt-block {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  margin-top: 26px;
}
.aigc-video-prompt-image,
.aigc-video-prompt-slot {
  border: 1px solid rgba(200, 107, 120, .32);
  border-radius: 14px;
  overflow: hidden;
}
.aigc-video-prompt-image img {
  display: block;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  width: 100%;
}
.aigc-video-prompt-slot {
  align-items: flex-start;
  background: rgba(8, 20, 27, .38);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 26px;
}
.aigc-video-prompt-slot span { color: #e4a1a9; font-family: 'Almarai', sans-serif; font-size: 9px; letter-spacing: .16em; }
.aigc-video-prompt-slot strong { color: rgba(241, 233, 227, .72); font-size: 22px; font-weight: 400; margin-top: 14px; }
.aigc-video-prompt-slot p { color: rgba(241, 233, 227, .42) !important; font-size: 12px !important; line-height: 1.7 !important; margin-top: 8px !important; }
@media (max-width: 620px) {
  .aigc-video-prompt-block { grid-template-columns: 1fr; }
  .aigc-video-prompt-image img, .aigc-video-prompt-slot { min-height: 170px; }
}

/* The long video prompt stays in the right-hand panel and scrolls independently. */
.aigc-video-prompt-slot {
  justify-content: flex-start;
  min-height: 360px;
}
.aigc-video-prompt-slot > strong {
  color: #f1e9e3;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -.05em;
  margin-top: 12px;
}
.aigc-video-prompt-details {
  border-top: 1px solid rgba(228, 161, 169, .24);
  margin-top: 24px;
  width: 100%;
}
.aigc-video-prompt-details summary {
  align-items: center;
  color: #f2aab1;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  list-style: none;
  padding: 15px 0 13px;
}
.aigc-video-prompt-details summary::-webkit-details-marker { display: none; }
.aigc-video-prompt-details summary::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: '+';
  display: inline-grid;
  font-size: 16px;
  height: 22px;
  margin-right: 10px;
  place-items: center;
  width: 22px;
}
.aigc-video-prompt-details[open] summary::before { content: '−'; }
.aigc-video-prompt-details summary > span { color: #f2aab1; font-family: inherit; font-size: 14px; letter-spacing: .04em; }
.aigc-video-prompt-details summary em { color: rgba(241, 233, 227, .38); font-family: 'Almarai', sans-serif; font-size: 8px; font-style: normal; letter-spacing: .16em; }
.aigc-video-prompt-scroll {
  background: rgba(3, 9, 13, .5);
  border: 1px solid rgba(228, 161, 169, .16);
  border-radius: 12px;
  max-height: 360px;
  overflow: auto;
  padding: 18px 20px;
  scrollbar-color: rgba(242, 170, 177, .7) rgba(255, 255, 255, .06);
}
.aigc-video-prompt-scroll pre {
  color: rgba(241, 233, 227, .76);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.aigc-video-showcase {
  background: linear-gradient(135deg, rgba(6, 13, 18, .92), rgba(35, 24, 27, .7));
  border: 1px solid rgba(228, 161, 169, .28);
  border-radius: 18px;
  margin: clamp(28px, 4vw, 54px) 0 0;
  overflow: hidden;
  padding: 14px;
  position: relative;
}
.aigc-video-showcase::before {
  background: linear-gradient(90deg, transparent, rgba(242, 170, 177, .22), transparent);
  content: '';
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.aigc-video-showcase-meta {
  align-items: baseline;
  display: flex;
  gap: 14px;
  padding: 6px 8px 14px;
}
.aigc-video-showcase-meta span {
  color: #f2aab1;
  font-family: 'Almarai', sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
}
.aigc-video-showcase-meta strong {
  color: #f1e9e3;
  font-size: 18px;
  font-weight: 400;
}
.aigc-video-showcase-meta small {
  color: rgba(241, 233, 227, .36);
  font-family: 'Almarai', sans-serif;
  font-size: 8px;
  letter-spacing: .16em;
  margin-left: auto;
}
.aigc-video-showcase video {
  background: #080b0f;
  border-radius: 12px;
  display: block;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}
.aigc-video-showcase figcaption {
  color: rgba(241, 233, 227, .52);
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 8px 4px;
}
@media (max-width: 620px) {
  .aigc-video-prompt-slot { min-height: 280px; }
  .aigc-video-prompt-scroll { max-height: 300px; }
  .aigc-video-showcase-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .aigc-video-showcase-meta small { margin-left: 0; }
}

/* Visual archive entry: a single editorial card with an intentionally empty right half. */
.visual-notes-entry {
  background: #f3efe9;
  border-top: 0;
  color: #171314;
  padding: clamp(70px, 9vw, 130px) 5%;
}
.visual-notes-entry-inner {
  background: linear-gradient(135deg, #171314 0%, #21191b 58%, #171314 100%);
  border: 1px solid rgba(200, 107, 120, .38);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(40, 24, 26, .18);
  color: #f1e9e3;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  max-width: 1450px;
  min-height: clamp(430px, 42vw, 650px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 92px);
}
.visual-notes-entry-copy { align-self: center; max-width: 560px; }
.visual-notes-entry-copy .eyebrow { color: #c86b78; }
.visual-notes-entry-copy h2 { color: #f1e9e3; font-size: clamp(54px, 7vw, 108px); }
.visual-notes-entry-copy p { color: rgba(241, 233, 227, .58); }
.visual-notes-entry-link { color: #e4a1a9; }
.visual-notes-entry-blank { min-height: 260px; }
@media (max-width: 580px) {
  .visual-notes-entry-inner { gap: 20px; min-height: 0; padding: 42px 28px; }
  .visual-notes-entry-blank { min-height: 80px; }
}

/* Visual archive palette: cool, observational, and matched to the image-study content. */
.visual-notes-entry-inner {
  background: linear-gradient(135deg, #0b1516 0%, #101f20 58%, #0b1516 100%);
  border-color: rgba(127, 181, 168, .42);
}
.visual-notes-entry-copy .eyebrow { color: #7fb5a8; }
.visual-notes-entry-copy h2 { color: #f1f5f2; }
.visual-notes-entry-copy p { color: rgba(226, 238, 234, .62); }
.visual-notes-entry-link { color: #b8e4d7; }
.visual-notes-entry-gallery { min-height: clamp(360px, 34vw, 560px); }
.visual-notes-entry-gallery-card {
  border-color: rgba(127, 181, 168, .46);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .38);
}
.visual-notes-entry-gallery-card figcaption span { color: #b8e4d7; }
.visual-notes-entry-gallery-card:nth-child(1),
.visual-notes-entry-gallery-card:nth-child(5) { filter: saturate(.82) brightness(.72); }
.visual-notes-entry-gallery-card:nth-child(3) { box-shadow: 0 34px 82px rgba(0, 0, 0, .52), 0 0 28px rgba(127, 181, 168, .16); }
.visual-notes-entry-gallery:hover .visual-notes-entry-gallery-card { box-shadow: 0 30px 68px rgba(0, 0, 0, .48), 0 0 24px rgba(127, 181, 168, .13); }
.visual-note-detail { background: linear-gradient(90deg, color-mix(in srgb, var(--note-accent, var(--notes-signal)) 5%, transparent), transparent 42%); }
.visual-note-detail.is-active .visual-note-detail-copy > span, .visual-note-detail-copy li::before { color: var(--note-accent, var(--notes-signal)); }
.visual-note-detail-copy li::before { background: var(--note-accent, var(--notes-signal)); box-shadow: 0 0 12px color-mix(in srgb, var(--note-accent, var(--notes-signal)) 70%, transparent); }
.visual-note-detail-tags span { border-color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 38%, transparent); }
.visual-note-media-placeholder { border-color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 42%, transparent); background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--note-accent, var(--notes-signal)) 8%, transparent) 0 1px, transparent 1px 16px), linear-gradient(145deg, color-mix(in srgb, var(--note-accent, var(--notes-signal)) 18%, #142326), #0b1113); }
.visual-note-media-placeholder::before { border-color: color-mix(in srgb, var(--note-accent, var(--notes-signal)) 48%, transparent); }
.visual-note-media-placeholder span { color: var(--note-accent, var(--notes-signal)); }

/* Visual archive transition — a cool cyan aperture inside the shared split-screen motion. */
.transition-visual { --transition-dark: #071012; --transition-light: #9ce7d3; --transition-accent: #e3fff6; background: #071012; }
.transition-visual .transition-panel { background: linear-gradient(135deg, var(--transition-dark) 0%, #1b5a57 62%, var(--transition-light) 150%); box-shadow: 0 0 90px rgba(156, 231, 211, .18); }
.transition-visual .transition-panel::after { background: radial-gradient(circle at 50% 48%, var(--transition-accent) 0, transparent 3%, transparent 18%), radial-gradient(circle at 50% 48%, transparent 0 24%, rgba(156, 231, 211, .9) 25%, transparent 26% 37%), repeating-linear-gradient(115deg, transparent 0 42px, rgba(227, 255, 246, .12) 43px 44px, transparent 45px 86px); opacity: .3; }
.transition-visual .transition-panel::before { background: linear-gradient(90deg, transparent, var(--transition-accent), transparent); }
.transition-visual .transition-content strong { text-shadow: 0 0 28px rgba(156, 231, 211, .4); }
.transition-visual ~ .custom-cursor-core { background: #9ce7d3; box-shadow: 0 0 0 3px rgba(156, 231, 211, .18); }
.transition-visual ~ .custom-cursor-ring { border-color: rgba(156, 231, 211, .88); }
.transition-photography { --transition-dark: #11110f; --transition-light: #f2b95e; --transition-accent: #ffe1a1; background: #11110f; }
.transition-photography .transition-panel { background: linear-gradient(135deg, var(--transition-dark) 0%, #8c642c 58%, var(--transition-light) 150%); box-shadow: 0 0 90px rgba(242, 185, 94, .22); }
.transition-photography .transition-panel::after { background: radial-gradient(circle at 50% 48%, var(--transition-accent) 0, transparent 3%, transparent 18%), radial-gradient(circle at 50% 48%, transparent 0 24%, rgba(242, 185, 94, .9) 25%, transparent 26% 37%), repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 225, 161, .12) 43px 44px, transparent 45px 86px); opacity: .3; }
.transition-photography .transition-panel::before { background: linear-gradient(90deg, transparent, var(--transition-accent), transparent); }
.transition-photography .transition-content strong { text-shadow: 0 0 28px rgba(242, 185, 94, .44); }
.transition-photography ~ .custom-cursor-core { background: #f2b95e; box-shadow: 0 0 0 3px rgba(242, 185, 94, .18); }
.transition-photography ~ .custom-cursor-ring { border-color: rgba(242, 185, 94, .88); }

/* AIGC archive transition — deep wine red with a layered image-scan signal. */
.transition-aigc { --transition-dark: #140b10; --transition-light: #c9687c; --transition-accent: #ffd8d9; background: #140b10; }
.transition-aigc .transition-panel { background: linear-gradient(135deg, #140b10 0%, #5a2838 58%, #c9687c 150%); box-shadow: 0 0 90px rgba(201, 104, 124, .24); }
.transition-aigc .transition-panel::after { background: radial-gradient(circle at 50% 48%, #ffd8d9 0, transparent 3%, transparent 18%), repeating-linear-gradient(118deg, transparent 0 42px, rgba(255, 216, 217, .13) 43px 44px, transparent 45px 86px); opacity: .34; }
.transition-aigc .transition-panel::before { background: linear-gradient(90deg, transparent, #ffd8d9, transparent); }
.transition-aigc .transition-content strong { text-shadow: 0 0 28px rgba(201, 104, 124, .5); }
.transition-aigc ~ .custom-cursor-core { background: #c9687c; box-shadow: 0 0 0 3px rgba(201, 104, 124, .2); }
.transition-aigc ~ .custom-cursor-ring { border-color: rgba(201, 104, 124, .9); }

/* Home project cards — cinematic dark palette. */
#projects .overview-card { color: #f4eee8; border-color: rgba(231, 131, 110, .34); background: linear-gradient(135deg, rgba(49, 29, 25, .96), rgba(14, 13, 15, .98)); box-shadow: inset 0 1px 0 rgba(255, 236, 224, .1), 0 24px 60px rgba(19, 8, 7, .28); }
#projects .overview-card::before { background: linear-gradient(90deg, transparent, rgba(231, 131, 110, .74), transparent); }
#projects .overview-card::after { border-color: rgba(231, 131, 110, .2); }
#projects .overview-card h3 { color: #fff7f1; }
#projects .overview-card p { color: rgba(238, 222, 214, .7); }
#projects .overview-card .project-card-link { color: #e7836e; }
#projects .overview-card:nth-child(2) { background: linear-gradient(135deg, rgba(38, 27, 54, .97), rgba(13, 12, 18, .98)); border-color: rgba(164, 123, 210, .38); box-shadow: inset 0 1px 0 rgba(244, 232, 255, .1), 0 24px 60px rgba(15, 7, 27, .3); }
#projects .overview-card:nth-child(2)::before { background: linear-gradient(90deg, transparent, rgba(164, 123, 210, .76), transparent); }
#projects .overview-card:nth-child(2)::after { border-color: rgba(164, 123, 210, .2); }
#projects .overview-card:nth-child(2) .project-card-link { color: #b28bdf; }
#projects .overview-card:nth-child(3) { background: linear-gradient(135deg, rgba(27, 45, 29, .97), rgba(10, 15, 12, .98)); border-color: rgba(145, 185, 109, .38); box-shadow: inset 0 1px 0 rgba(235, 255, 220, .1), 0 24px 60px rgba(5, 16, 8, .3); }
#projects .overview-card:nth-child(3)::before { background: linear-gradient(90deg, transparent, rgba(145, 185, 109, .76), transparent); }
#projects .overview-card:nth-child(3)::after { border-color: rgba(145, 185, 109, .2); }
#projects .overview-card:nth-child(3) .project-card-link { color: #a9cf7e; }
#projects .overview-card:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 28px 70px rgba(10, 8, 8, .42); transform: translateY(-8px); }

/* Themed project transitions: each archive opens with its own visual signal. */
.project-transition { --transition-dark: #080a0d; --transition-light: #ff765c; --transition-accent: #ffd1c7; background: #080a0d; }
.transition-i2v { --transition-dark: #190b0d; --transition-light: #ff765c; --transition-accent: #ffd1c7; }
.transition-caption { --transition-dark: #10091a; --transition-light: #c38bff; --transition-accent: #f0dcff; }
.transition-vqa { --transition-dark: #0b1207; --transition-light: #c8ff5a; --transition-accent: #edffc1; }
.transition-panel { background: linear-gradient(135deg, var(--transition-dark) 0%, var(--transition-light) 150%); box-shadow: 0 0 90px color-mix(in srgb, var(--transition-light) 22%, transparent); transition: transform .7s cubic-bezier(.76,0,.18,1); }
.transition-panel::after { background: radial-gradient(circle at 50% 48%, var(--transition-accent) 0, transparent 4%, transparent 28%), repeating-linear-gradient(115deg, transparent 0 42px, color-mix(in srgb, var(--transition-accent) 10%, transparent) 43px 44px, transparent 45px 86px); opacity: .22; }
.transition-panel::before { animation: transition-scan 1.15s ease-in-out infinite; background: linear-gradient(90deg, transparent, var(--transition-accent), transparent); content: ''; height: 1px; left: 12%; opacity: .78; position: absolute; right: 12%; top: 50%; z-index: 1; }
.transition-vqa .transition-panel::after { background: radial-gradient(circle at 50% 48%, var(--transition-accent) 0, transparent 3%, transparent 15%), radial-gradient(circle at 50% 48%, transparent 0 18%, var(--transition-accent) 19%, transparent 20% 32%), repeating-linear-gradient(115deg, transparent 0 42px, color-mix(in srgb, var(--transition-accent) 10%, transparent) 43px 44px, transparent 45px 86px); }
.transition-i2v ~ .custom-cursor-core { background: #ff765c; box-shadow: 0 0 0 3px rgba(255, 118, 92, .18); }
.transition-i2v ~ .custom-cursor-ring { border-color: rgba(255, 118, 92, .88); }
.transition-caption ~ .custom-cursor-core { background: #c38bff; box-shadow: 0 0 0 3px rgba(195, 139, 255, .18); }
.transition-caption ~ .custom-cursor-ring { border-color: rgba(195, 139, 255, .88); }
.transition-vqa ~ .custom-cursor-core { background: #c8ff5a; box-shadow: 0 0 0 3px rgba(200, 255, 90, .18); }
.transition-vqa ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .88); }
.project-transition.is-closing .transition-panel-left { animation: transition-close-left .7s cubic-bezier(.76,0,.18,1) both; }
.project-transition.is-closing .transition-panel-right { animation: transition-close-right .7s cubic-bezier(.76,0,.18,1) both; }
.project-transition.is-closing .transition-content { animation: transition-close-content .7s ease both; }
.transition-content strong { text-shadow: 0 0 28px color-mix(in srgb, var(--transition-accent) 32%, transparent); }

/* Archive cards receive a quiet top light beam and a reflected hover glow. */
.project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { overflow: hidden; position: relative; transition: border-color .35s ease, box-shadow .45s ease, transform .45s cubic-bezier(.22,1,.36,1), background .35s ease; }
.project-i2v-archive .archive-card::before, .project-caption-archive .archive-card::before, .project-vqa-archive .archive-card::before { background: linear-gradient(90deg, transparent, var(--project-accent), transparent); content: ''; height: 2px; left: 14%; opacity: .72; position: absolute; right: 14%; top: 0; transform: scaleX(.42); transition: transform .45s ease, opacity .35s ease; }
.project-i2v-archive .archive-card::after, .project-caption-archive .archive-card::after, .project-vqa-archive .archive-card::after { background: radial-gradient(ellipse at 50% 0, color-mix(in srgb, var(--project-accent) 22%, transparent), transparent 66%); content: ''; height: 180px; left: 10%; opacity: .16; pointer-events: none; position: absolute; right: 10%; top: -92px; transition: opacity .45s ease, transform .45s ease; }
.project-i2v-archive .archive-card:hover, .project-caption-archive .archive-card:hover, .project-vqa-archive .archive-card:hover { transform: translateY(-8px); }
.project-i2v-archive .archive-card:hover::before, .project-caption-archive .archive-card:hover::before, .project-vqa-archive .archive-card:hover::before { opacity: 1; transform: scaleX(1); }
.project-i2v-archive .archive-card:hover::after, .project-caption-archive .archive-card:hover::after, .project-vqa-archive .archive-card:hover::after { opacity: .48; transform: translateY(24px); }

@keyframes transition-scan { 0%, 100% { transform: translateX(-14%); opacity: .2; } 50% { transform: translateX(14%); opacity: .9; } }
@keyframes transition-close-left { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes transition-close-right { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes transition-close-content { from { opacity: 0; transform: scale(1.04); } 38% { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(.98); } }

@media (prefers-reduced-motion: reduce) {
  .transition-panel::before, .project-transition.is-closing .transition-panel-left, .project-transition.is-closing .transition-panel-right, .project-transition.is-closing .transition-content { animation: none; }
  .project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { transition: none; }
}

/* Explicit home action on every project detail page. */
.nav-home-button { align-items: center; background: color-mix(in srgb, var(--project-accent, #ff765c) 13%, transparent); border: 1px solid color-mix(in srgb, var(--project-accent, #ff765c) 58%, transparent); border-radius: 999px; color: color-mix(in srgb, var(--project-accent, #ff765c) 82%, white); cursor: pointer; display: inline-flex; font: inherit; font-size: 12px; letter-spacing: .02em; margin-left: 8px; padding: 10px 15px; transition: background .3s ease, box-shadow .3s ease, transform .3s ease; }
.nav-home-button::before { content: '←'; margin-right: 7px; }
.nav-home-button:hover { background: color-mix(in srgb, var(--project-accent, #ff765c) 25%, transparent); box-shadow: 0 0 24px color-mix(in srgb, var(--project-accent, #ff765c) 22%, transparent); transform: translateY(-2px); }
.vqa-story-page .nav-home-button { --project-accent: #c8ff5a; }
@media (max-width: 760px) { .nav-home-button { font-size: 11px; padding: 8px 11px; } .floating-nav .nav-link:nth-of-type(n + 3) { display: none; } }

/* Palette refresh: ember, amethyst and acid-lime — no blue tones. */
.project-i2v-archive { --project-accent: #ff765c; --project-accent-2: #c94d3f; background: radial-gradient(circle at 14% 12%, rgba(255, 118, 92, .16), transparent 30%), radial-gradient(circle at 84% 76%, rgba(201, 77, 63, .13), transparent 34%), #080a0d; }
.project-caption-archive { --project-accent: #c38bff; --project-accent-2: #7a4db8; background: radial-gradient(circle at 14% 12%, rgba(195, 139, 255, .16), transparent 30%), radial-gradient(circle at 84% 76%, rgba(122, 77, 184, .13), transparent 34%), #080a0d; }
.project-vqa-archive { --project-accent: #c8ff5a; --project-accent-2: #65b83f; background: radial-gradient(circle at 14% 12%, rgba(200, 255, 90, .15), transparent 30%), radial-gradient(circle at 84% 76%, rgba(101, 184, 63, .12), transparent 34%), #080a0d; }
.project-i2v-archive .project-summary-bar, .project-caption-archive .project-summary-bar, .project-vqa-archive .project-summary-bar { background-color: #080a0d; background-image: radial-gradient(ellipse 75% 150% at 50% -45%, color-mix(in srgb, var(--project-accent) 13%, transparent), transparent 55%), repeating-linear-gradient(90deg, color-mix(in srgb, var(--project-accent) 6%, transparent) 0 1px, transparent 1px 155px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 72px); border-color: color-mix(in srgb, var(--project-accent) 56%, transparent); }
.project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 16%, #101316), #0a0d10 82%); border-color: color-mix(in srgb, var(--project-accent) 32%, transparent); }
.project-i2v-archive .archive-card:hover, .project-caption-archive .archive-card:hover, .project-vqa-archive .archive-card:hover { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 27%, #101316), #0d1013 82%); border-color: color-mix(in srgb, var(--project-accent) 64%, transparent); box-shadow: 0 25px 52px rgba(0, 0, 0, .44), 0 0 34px color-mix(in srgb, var(--project-accent) 13%, transparent); }
.project-i2v-archive.case-page { --case-accent: #ff765c; --case-glow: rgba(255, 118, 92, .26); --case-line: rgba(255, 118, 92, .24); }
.project-caption-archive.case-page { --case-accent: #c38bff; --case-glow: rgba(195, 139, 255, .25); --case-line: rgba(195, 139, 255, .24); }
.project-vqa-archive.case-page { --case-accent: #c8ff5a; --case-glow: rgba(200, 255, 90, .23); --case-line: rgba(200, 255, 90, .22); }
.project-i2v-archive ~ .custom-cursor-core { background: #ff765c; box-shadow: 0 0 0 3px rgba(255, 118, 92, .18); }
.project-i2v-archive ~ .custom-cursor-ring { border-color: rgba(255, 118, 92, .86); }
.project-caption-archive ~ .custom-cursor-core { background: #c38bff; box-shadow: 0 0 0 3px rgba(195, 139, 255, .18); }
.project-caption-archive ~ .custom-cursor-ring { border-color: rgba(195, 139, 255, .86); }
.project-vqa-archive ~ .custom-cursor-core { background: #c8ff5a; box-shadow: 0 0 0 3px rgba(200, 255, 90, .18); }
.project-vqa-archive ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }
.vqa-story-page { --vqa-ink: #080a0d; --vqa-paper: #f2f1ed; --vqa-lilac: #c8ff5a; --vqa-violet: #65b83f; --vqa-coral: #65b83f; background: #080a0d; }
.vqa-story-page .floating-nav { background: rgba(8, 10, 13, .92); border-color: rgba(200, 255, 90, .27); }
.vqa-story-page .nav-divider { background: rgba(200, 255, 90, .64); }
.vqa-story-page .vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(101, 184, 63, .17), transparent 30%), radial-gradient(circle at 22% 86%, rgba(200, 255, 90, .11), transparent 25%), #080a0d; }
.vqa-story-page .vqa-story-dark { background: radial-gradient(circle at 82% 18%, rgba(101, 184, 63, .15), transparent 30%), #080a0d; }
.vqa-story-page .vqa-story-process { background: linear-gradient(135deg, #10170d, #19240f); }
.vqa-story-page .vqa-story-verification { background: #10180d; }
.vqa-story-page .vqa-story-result { background: linear-gradient(135deg, #1c2b10, #486b1d 58%, #8aa637); color: #0b1107; }
.vqa-story-page .vqa-query-routing, .vqa-story-page .vqa-verification-list { border-color: rgba(200, 255, 90, .26); }
.vqa-story-page .vqa-query-routing > div + div, .vqa-story-page .vqa-verification-row { border-color: rgba(200, 255, 90, .19); }
.vqa-story-page .vqa-dimension-grid article:hover { background: rgba(200, 255, 90, .09); border-color: rgba(200, 255, 90, .55); }
.vqa-story-page .vqa-verification-row a:hover { background: rgba(101, 184, 63, .22); border-color: #c8ff5a; }
.vqa-story-page ~ .custom-cursor-core { background: #c8ff5a; box-shadow: 0 0 0 3px rgba(200, 255, 90, .18); }
.vqa-story-page ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }
@media (prefers-reduced-motion: reduce) { .transition-panel, .transition-content { transition-duration: .01ms; } .transition-loading i, .evaluation-framework *, .evaluation-group::before, .case-content * { animation: none !important; transition-duration: .01ms !important; } .custom-cursor { display: none; } }

/* Photography transition palette: warm archival gold. */
.project-transition.transition-photography { --transition-dark: #11110f; --transition-light: #f2b95e; --transition-accent: #ffe1a1; background: #11110f; }
.transition-photography .transition-panel { background: linear-gradient(135deg, #11110f 0%, #8c642c 58%, #f2b95e 150%); box-shadow: 0 0 90px rgba(242, 185, 94, .22); }
.transition-photography .transition-panel::after { background: radial-gradient(circle at 50% 48%, #ffe1a1 0, transparent 3%, transparent 18%), radial-gradient(circle at 50% 48%, transparent 0 24%, rgba(242, 185, 94, .9) 25%, transparent 26% 37%), repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 225, 161, .12) 43px 44px, transparent 45px 86px); opacity: .3; }
.transition-photography .transition-panel::before { background: linear-gradient(90deg, transparent, #ffe1a1, transparent); }
.transition-photography .transition-content strong { text-shadow: 0 0 28px rgba(242, 185, 94, .44); }
.transition-photography ~ .custom-cursor-core { background: #f2b95e; box-shadow: 0 0 0 3px rgba(242, 185, 94, .18); }
.transition-photography ~ .custom-cursor-ring { border-color: rgba(242, 185, 94, .88); }

/* Scheme 04: warm editorial palette — one accent across the full site. */
.project-i2v-archive { background: radial-gradient(circle at 13% 11%, rgba(201, 91, 70, .22), transparent 30%), radial-gradient(circle at 86% 78%, rgba(93, 67, 51, .24), transparent 36%), linear-gradient(138deg, #111413 0%, #171A19 50%, #0D0F0E 100%); }
.project-i2v-archive::before, .project-caption-archive::before, .project-vqa-archive::before { background-image: repeating-linear-gradient(118deg, transparent 0 72px, rgba(201, 91, 70, .1) 73px 75px, transparent 76px 148px), repeating-linear-gradient(28deg, transparent 0 118px, rgba(217, 213, 204, .07) 119px 120px, transparent 121px 240px); }
.project-i2v-archive::after { background: radial-gradient(ellipse at 50% 0%, rgba(201, 91, 70, .12), transparent 48%); }
.project-caption-archive, .project-vqa-archive { background: radial-gradient(circle at 12% 12%, rgba(201, 91, 70, .18), transparent 29%), radial-gradient(circle at 88% 76%, rgba(112, 82, 61, .18), transparent 36%), linear-gradient(138deg, #111413 0%, #1B1815 52%, #0D0F0E 100%); }
.project-vqa-archive { background: radial-gradient(circle at 14% 13%, rgba(209, 139, 109, .2), transparent 30%), radial-gradient(circle at 88% 78%, rgba(96, 59, 44, .2), transparent 36%), linear-gradient(138deg, #13110F 0%, #241A16 52%, #0D0F0E 100%); }
.project-i2v-archive .floating-nav, .project-caption-archive .floating-nav, .project-vqa-archive .floating-nav { background: rgba(32, 27, 23, .9); border-color: rgba(201, 91, 70, .28); box-shadow: 0 14px 34px rgba(0, 0, 0, .32); }
.project-i2v-archive .floating-nav a, .project-i2v-archive .floating-nav .nav-link, .project-i2v-archive .nav-name, .project-caption-archive .floating-nav a, .project-caption-archive .floating-nav .nav-link, .project-caption-archive .nav-name, .project-vqa-archive .floating-nav a, .project-vqa-archive .floating-nav .nav-link, .project-vqa-archive .nav-name { color: rgba(250, 248, 243, .82) !important; }
.project-i2v-archive .nav-divider, .project-caption-archive .nav-divider, .project-vqa-archive .nav-divider { background: rgba(201, 91, 70, .58); }
.project-i2v-archive .eyebrow, .project-i2v-archive .back-link, .project-caption-archive .eyebrow, .project-caption-archive .back-link, .project-vqa-archive .eyebrow, .project-vqa-archive .back-link { color: #C95B46; }
.project-i2v-archive .archive-hero h1, .project-caption-archive .archive-hero h1, .project-vqa-archive .archive-hero h1 { color: #FAF8F3; text-shadow: 0 0 32px rgba(201, 91, 70, .18); }
.project-i2v-archive .archive-hero p, .project-caption-archive .archive-hero p, .project-vqa-archive .archive-hero p { color: rgba(241, 238, 232, .68); }
.project-i2v-archive .project-summary-bar { background-color: #111413; background-image: radial-gradient(ellipse 75% 150% at 50% -45%, rgba(201, 91, 70, .14), transparent 55%), repeating-linear-gradient(90deg, rgba(201, 91, 70, .06) 0 1px, transparent 1px 155px), repeating-linear-gradient(0deg, rgba(217, 213, 204, .05) 0 1px, transparent 1px 72px); border-color: rgba(201, 91, 70, .48); box-shadow: inset 0 1px 0 rgba(250, 248, 243, .12), 0 18px 55px rgba(0, 0, 0, .54), 0 0 34px rgba(201, 91, 70, .08); }
.project-i2v-archive .project-summary-bar::before { background: linear-gradient(to bottom, rgba(201, 91, 70, .2), rgba(201, 91, 70, .05) 32%, transparent 82%); }
.project-i2v-archive .project-summary-item + .project-summary-item { border-color: rgba(201, 91, 70, .24); }
.project-i2v-archive .project-summary-item span, .project-i2v-archive .project-summary-item strong { color: #FAF8F3; }
.project-i2v-archive .project-summary-item span { color: #C95B46; }
.project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { background: linear-gradient(145deg, rgba(47, 35, 29, .92), rgba(20, 20, 18, .95)); border-color: rgba(201, 91, 70, .28); box-shadow: inset 0 1px 0 rgba(250, 248, 243, .1), 0 18px 45px rgba(0, 0, 0, .28); }
.project-i2v-archive .archive-card:hover, .project-caption-archive .archive-card:hover, .project-vqa-archive .archive-card:hover { background: linear-gradient(145deg, rgba(73, 43, 34, .96), rgba(29, 23, 20, .98)); border-color: rgba(201, 91, 70, .5); box-shadow: inset 0 1px 0 rgba(250, 248, 243, .14), 0 25px 52px rgba(0, 0, 0, .42); }
.project-i2v-archive .archive-card-number, .project-i2v-archive .archive-card p, .project-caption-archive .archive-card-number, .project-caption-archive .archive-card p, .project-vqa-archive .archive-card-number, .project-vqa-archive .archive-card p { color: rgba(241, 238, 232, .62); }
.project-i2v-archive .archive-card h2, .project-i2v-archive .archive-arrow, .project-caption-archive .archive-card h2, .project-caption-archive .archive-arrow, .project-vqa-archive .archive-card h2, .project-vqa-archive .archive-arrow { color: #FAF8F3; }
.project-i2v-archive .archive-placeholder, .project-caption-archive .archive-placeholder, .project-vqa-archive .archive-placeholder { background: rgba(201, 91, 70, .06); border-color: rgba(201, 91, 70, .34); color: rgba(241, 238, 232, .64); }
.project-i2v-archive.case-page, .project-caption-archive.case-page, .project-vqa-archive.case-page { --case-accent: #C95B46; --case-glow: rgba(201, 91, 70, .25); --case-line: rgba(217, 213, 204, .24); }
.case-map-objective { background: #FAF8F3; }
.project-i2v-archive ~ .custom-cursor-core, .project-caption-archive ~ .custom-cursor-core, .project-vqa-archive ~ .custom-cursor-core { background: #171A19; box-shadow: 0 0 0 3px rgba(201, 91, 70, .16); }
.project-i2v-archive ~ .custom-cursor-ring, .project-caption-archive ~ .custom-cursor-ring, .project-vqa-archive ~ .custom-cursor-ring { border-color: rgba(201, 91, 70, .84); mix-blend-mode: screen; }
#skills .overview-card { background: linear-gradient(135deg, #F9F6F0, #E7E0D5); }
.features-inner > h2 span, .overview-heading p, #skills .overview-card p, .feature-card li { color: #777A73; }

/* Project palette refresh: shared black surfaces, three distinct signal colors. */
.project-i2v-archive,
.project-caption-archive,
.project-vqa-archive { background: #050908; }
.project-i2v-archive { --project-accent: #78e8ff; --project-accent-2: #4d8dff; background: radial-gradient(circle at 14% 12%, rgba(120, 232, 255, .16), transparent 30%), radial-gradient(circle at 84% 76%, rgba(77, 141, 255, .12), transparent 34%), #050908; }
.project-caption-archive { --project-accent: #ff9b78; --project-accent-2: #e86b52; background: radial-gradient(circle at 14% 12%, rgba(255, 155, 120, .15), transparent 30%), radial-gradient(circle at 84% 76%, rgba(232, 107, 82, .12), transparent 34%), #050908; }
.project-vqa-archive { --project-accent: #c4ff4d; --project-accent-2: #46d99a; background: radial-gradient(circle at 14% 12%, rgba(196, 255, 77, .14), transparent 30%), radial-gradient(circle at 84% 76%, rgba(70, 217, 154, .11), transparent 34%), #050908; }
.project-i2v-archive::before, .project-caption-archive::before, .project-vqa-archive::before { background-image: repeating-linear-gradient(118deg, transparent 0 72px, color-mix(in srgb, var(--project-accent-2) 18%, transparent) 73px 75px, transparent 76px 148px), repeating-linear-gradient(28deg, transparent 0 118px, rgba(255, 255, 255, .045) 119px 120px, transparent 121px 240px); }
.project-i2v-archive .floating-nav, .project-caption-archive .floating-nav, .project-vqa-archive .floating-nav { background: rgba(5, 9, 8, .9); border-color: color-mix(in srgb, var(--project-accent) 34%, transparent); }
.project-i2v-archive .nav-divider, .project-caption-archive .nav-divider, .project-vqa-archive .nav-divider { background: color-mix(in srgb, var(--project-accent) 68%, transparent); }
.project-i2v-archive .eyebrow, .project-i2v-archive .back-link, .project-caption-archive .eyebrow, .project-caption-archive .back-link, .project-vqa-archive .eyebrow, .project-vqa-archive .back-link { color: var(--project-accent); }
.project-i2v-archive .archive-hero h1, .project-caption-archive .archive-hero h1, .project-vqa-archive .archive-hero h1 { color: #f1f5f2; text-shadow: 0 0 32px color-mix(in srgb, var(--project-accent) 20%, transparent); }
.project-i2v-archive .archive-hero p, .project-caption-archive .archive-hero p, .project-vqa-archive .archive-hero p { color: rgba(241, 245, 242, .68); }
.project-i2v-archive .project-summary-bar, .project-caption-archive .project-summary-bar, .project-vqa-archive .project-summary-bar { background-color: #050908; background-image: radial-gradient(ellipse 75% 150% at 50% -45%, color-mix(in srgb, var(--project-accent) 13%, transparent), transparent 55%), repeating-linear-gradient(90deg, color-mix(in srgb, var(--project-accent) 6%, transparent) 0 1px, transparent 1px 155px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 72px); border-color: color-mix(in srgb, var(--project-accent) 56%, transparent); }
.project-i2v-archive .project-summary-bar::before, .project-caption-archive .project-summary-bar::before, .project-vqa-archive .project-summary-bar::before { background: linear-gradient(to bottom, color-mix(in srgb, var(--project-accent) 24%, transparent), transparent 82%); }
.project-i2v-archive .project-summary-item + .project-summary-item, .project-caption-archive .project-summary-item + .project-summary-item, .project-vqa-archive .project-summary-item + .project-summary-item { border-color: color-mix(in srgb, var(--project-accent) 28%, transparent); }
.project-i2v-archive .project-summary-item span, .project-caption-archive .project-summary-item span, .project-vqa-archive .project-summary-item span { color: var(--project-accent); }
.project-i2v-archive .project-summary-item strong, .project-caption-archive .project-summary-item strong, .project-vqa-archive .project-summary-item strong { color: #f1f5f2; }
.project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 13%, #0b1212), #080d0c 82%); border-color: color-mix(in srgb, var(--project-accent) 30%, transparent); }
.project-i2v-archive .archive-card:hover, .project-caption-archive .archive-card:hover, .project-vqa-archive .archive-card:hover { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 22%, #0b1212), #0a100f 82%); border-color: color-mix(in srgb, var(--project-accent) 58%, transparent); box-shadow: 0 25px 52px rgba(0, 0, 0, .42), 0 0 34px color-mix(in srgb, var(--project-accent) 12%, transparent); }
.project-i2v-archive .archive-card-number, .project-i2v-archive .archive-arrow, .project-caption-archive .archive-card-number, .project-caption-archive .archive-arrow, .project-vqa-archive .archive-card-number, .project-vqa-archive .archive-arrow { color: var(--project-accent); }
.project-i2v-archive .archive-card h2, .project-caption-archive .archive-card h2, .project-vqa-archive .archive-card h2 { color: #f1f5f2; }
.project-i2v-archive .archive-card p, .project-caption-archive .archive-card p, .project-vqa-archive .archive-card p { color: rgba(241, 245, 242, .62); }
.project-i2v-archive .archive-placeholder, .project-caption-archive .archive-placeholder, .project-vqa-archive .archive-placeholder { background: color-mix(in srgb, var(--project-accent) 6%, transparent); border-color: color-mix(in srgb, var(--project-accent) 34%, transparent); color: rgba(241, 245, 242, .64); }
.project-i2v-archive.case-page { --case-accent: #78e8ff; --case-glow: rgba(120, 232, 255, .25); --case-line: rgba(120, 232, 255, .24); }
.project-caption-archive.case-page { --case-accent: #ff9b78; --case-glow: rgba(255, 155, 120, .25); --case-line: rgba(255, 155, 120, .24); }
.project-vqa-archive.case-page { --case-accent: #c4ff4d; --case-glow: rgba(196, 255, 77, .22); --case-line: rgba(196, 255, 77, .22); }
.project-i2v-archive ~ .custom-cursor-core { background: #78e8ff; box-shadow: 0 0 0 3px rgba(120, 232, 255, .17); }
.project-i2v-archive ~ .custom-cursor-ring { border-color: rgba(120, 232, 255, .84); }
.project-caption-archive ~ .custom-cursor-core { background: #ff9b78; box-shadow: 0 0 0 3px rgba(255, 155, 120, .17); }
.project-caption-archive ~ .custom-cursor-ring { border-color: rgba(255, 155, 120, .84); }
.project-vqa-archive ~ .custom-cursor-core, .vqa-story-page ~ .custom-cursor-core { background: #c4ff4d; box-shadow: 0 0 0 3px rgba(196, 255, 77, .17); }
.project-vqa-archive ~ .custom-cursor-ring, .vqa-story-page ~ .custom-cursor-ring { border-color: rgba(196, 255, 77, .84); }

/* The VQA story uses its own page root, so map the same green signal into it. */
.vqa-story-page { --vqa-lilac: #c4ff4d; --vqa-violet: #46d99a; --vqa-coral: #46d99a; }
.vqa-story-page .floating-nav { background: rgba(5, 9, 8, .9); border-color: rgba(196, 255, 77, .25); }
.vqa-story-page .nav-divider, .vqa-story-page .vqa-story-section-label { color: #c4ff4d; }
.vqa-story-page .nav-divider { background: rgba(196, 255, 77, .58); }
.vqa-story-page .vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(70, 217, 154, .16), transparent 30%), radial-gradient(circle at 22% 86%, rgba(196, 255, 77, .1), transparent 25%), #050908; }

/* VQA project story — editorial case study layout. */
.vqa-story-page { --vqa-ink: #111413; --vqa-paper: #f1eee8; --vqa-lilac: #ffb48d; --vqa-violet: #c95b46; --vqa-coral: #c95b46; background: var(--vqa-ink); color: #faf8f3; isolation: isolate; overflow: hidden; }
.vqa-story-page .floating-nav { background: rgba(29, 21, 18, .9); border-color: rgba(255, 180, 141, .22); box-shadow: 0 14px 38px rgba(20, 8, 5, .3); }
.vqa-story-page .floating-nav a, .vqa-story-page .floating-nav .nav-link, .vqa-story-page .nav-name { color: rgba(250, 243, 235, .86) !important; }
.vqa-story-page .nav-divider { background: rgba(255, 180, 141, .52); }
.vqa-story-hero, .vqa-story-dark, .vqa-story-light, .vqa-story-result { padding-left: max(5vw, calc((100vw - 1450px) / 2)); padding-right: max(5vw, calc((100vw - 1450px) / 2)); }
.vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(201, 91, 70, .2), transparent 30%), radial-gradient(circle at 22% 86%, rgba(255, 180, 141, .12), transparent 25%), linear-gradient(135deg, #0d0c0b, #241815 55%, #0b0d0c); min-height: 920px; padding-bottom: 82px; padding-top: 126px; position: relative; }
.vqa-story-hero::before, .vqa-story-dark::before { background-image: repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 180, 141, .045) 119px 120px, transparent 121px), repeating-linear-gradient(0deg, transparent 0 118px, rgba(255, 229, 210, .045) 119px 120px); content: ''; inset: 0; opacity: .65; pointer-events: none; position: absolute; z-index: -1; }
.vqa-story-meta { border-bottom: 1px solid rgba(255, 229, 210, .2); color: rgba(255, 229, 210, .55); display: flex; font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; justify-content: space-between; letter-spacing: .12em; padding-bottom: 18px; }
.vqa-story-hero-copy { max-width: 900px; padding: clamp(110px, 13vw, 190px) 0 78px; position: relative; }
.vqa-story-kicker, .vqa-story-section-label { color: var(--vqa-lilac); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.vqa-story-hero h1 { font-size: clamp(58px, 9.7vw, 152px); font-weight: 400; letter-spacing: -.11em; line-height: .88; margin: 26px 0 38px; }
.vqa-story-hero h1 span { color: var(--vqa-lilac); text-shadow: 0 0 34px rgba(255, 180, 141, .28); }
.vqa-story-hero-copy p { color: rgba(255, 242, 234, .67); font-size: clamp(15px, 1.5vw, 20px); line-height: 1.65; margin: 0; max-width: 700px; }
.vqa-story-metrics { border-top: 1px solid rgba(255, 229, 210, .2); display: grid; grid-template-columns: repeat(4, 1fr); max-width: 970px; }
.vqa-story-metrics > div { border-right: 1px solid rgba(255, 229, 210, .16); display: flex; flex-direction: column; gap: 10px; min-height: 136px; padding: 23px 24px 18px 0; }
.vqa-story-metrics > div + div { padding-left: 24px; }
.vqa-story-metrics > div:last-child { border-right: 0; }
.vqa-story-metrics span, .vqa-story-metrics small { color: rgba(255, 229, 210, .5); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; letter-spacing: .08em; }
.vqa-story-metrics strong { color: #fff; font-size: clamp(27px, 3.4vw, 48px); font-weight: 400; letter-spacing: -.07em; }
.vqa-story-back { color: var(--vqa-lilac); display: inline-block; font-size: 13px; margin-top: 54px; }
.vqa-story-light { background: var(--vqa-paper); color: var(--vqa-ink); padding-bottom: clamp(88px, 11vw, 160px); padding-top: clamp(88px, 11vw, 160px); }
.vqa-story-light .vqa-story-section-label { color: var(--vqa-violet); }
.vqa-story-section-title { margin: 30px 0 68px; max-width: 1050px; }
.vqa-story-section-title h2, .vqa-story-result h2 { font-size: clamp(46px, 7vw, 112px); font-weight: 400; letter-spacing: -.1em; line-height: .92; margin: 0; }
.vqa-story-section-title p { color: #777188; font-size: 15px; line-height: 1.7; margin: 30px 0 0; max-width: 540px; }
.vqa-story-intent-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.vqa-story-intent-grid article { border: 1px solid rgba(31, 26, 50, .14); border-radius: 24px; min-height: 265px; padding: 28px; transition: box-shadow .35s, transform .35s; }
.vqa-story-intent-grid article:hover { box-shadow: 0 22px 48px rgba(93, 48, 35, .14); transform: translateY(-6px); }
.vqa-story-intent-grid span { color: var(--vqa-violet); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; letter-spacing: .14em; }
.vqa-story-intent-grid h3 { font-size: clamp(26px, 3vw, 44px); font-weight: 400; letter-spacing: -.08em; margin: 78px 0 15px; }
.vqa-story-intent-grid p, .vqa-output-grid p { color: #777188; font-size: 14px; line-height: 1.7; margin: 0; }
.vqa-story-dark { background: radial-gradient(circle at 82% 18%, rgba(201, 91, 70, .2), transparent 30%), #100f0e; padding-bottom: clamp(92px, 12vw, 170px); padding-top: clamp(90px, 12vw, 170px); position: relative; }
.vqa-story-dimensions .vqa-story-section-title, .vqa-story-process .vqa-story-section-title { align-items: end; display: flex; gap: 50px; justify-content: space-between; }
.vqa-story-dimensions .vqa-story-section-title p, .vqa-story-process .vqa-story-section-title p { color: rgba(255, 235, 225, .58); margin: 0; max-width: 350px; }
.vqa-query-routing { border: 1px solid rgba(255, 180, 141, .24); border-radius: 22px; display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); margin: -24px 0 36px; overflow: hidden; }
.vqa-query-routing > div { align-items: center; display: grid; gap: 14px; grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr); min-height: 96px; padding: 18px 22px; }
.vqa-query-routing > div + div { border-left: 1px solid rgba(255, 180, 141, .2); }
.vqa-query-routing span { color: var(--vqa-lilac); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 10px; letter-spacing: .12em; }
.vqa-query-routing strong { color: rgba(255, 242, 234, .88); font-size: 14px; font-weight: 400; }
.vqa-query-routing i { color: var(--vqa-lilac); font-size: 20px; font-style: normal; }
.vqa-query-routing b { color: #fff; font-size: 13px; font-weight: 400; line-height: 1.45; }
.vqa-dimension-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.vqa-dimension-grid article { border: 1px solid rgba(230, 222, 255, .12); min-height: 270px; padding: 28px; transition: background .35s, border-color .35s; }
.vqa-dimension-grid article:hover { background: rgba(201, 91, 70, .09); border-color: rgba(255, 180, 141, .55); }
.vqa-dimension-grid span, .vqa-process-grid span, .vqa-output-grid span { color: var(--vqa-lilac); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; letter-spacing: .13em; }
.vqa-dimension-grid h3 { font-size: clamp(28px, 3.1vw, 50px); font-weight: 400; letter-spacing: -.08em; margin: 82px 0 16px; }
.vqa-dimension-grid p, .vqa-process-grid p { color: rgba(255, 235, 225, .57); font-size: 14px; line-height: 1.7; margin: 0; max-width: 380px; }
.vqa-story-process { background: linear-gradient(135deg, #171311, #281815); }
.vqa-process-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.vqa-process-grid article { border-top: 1px solid rgba(255, 229, 210, .2); min-height: 330px; padding: 23px 18px 0 0; }
.vqa-process-grid h3 { font-size: clamp(22px, 2.1vw, 34px); font-weight: 400; letter-spacing: -.07em; margin: 100px 0 16px; }
.vqa-story-verification { background: #211512; padding: clamp(88px, 11vw, 150px) max(5vw, calc((100vw - 1450px) / 2)); }
.vqa-story-verification .vqa-story-section-title { align-items: end; display: flex; gap: 50px; justify-content: space-between; }
.vqa-story-verification .vqa-story-section-title p { color: rgba(255, 235, 225, .58); margin: 0; max-width: 360px; }
.vqa-verification-list { border-top: 1px solid rgba(255, 180, 141, .24); margin-top: 16px; }
.vqa-verification-row { align-items: center; border-bottom: 1px solid rgba(255, 180, 141, .17); display: grid; gap: 30px; grid-template-columns: 120px 1fr; min-height: 82px; }
.vqa-verification-row > strong { color: var(--vqa-lilac); font-size: 17px; font-weight: 400; }
.vqa-verification-row > div { display: flex; flex-wrap: wrap; gap: 10px; }
.vqa-verification-row a, .vqa-verification-row > div > span { border: 1px solid rgba(255, 180, 141, .25); border-radius: 999px; color: rgba(255, 242, 234, .78); font-size: 13px; padding: 9px 14px; transition: background .25s, border-color .25s, color .25s; }
.vqa-verification-row a:hover { background: rgba(201, 91, 70, .22); border-color: var(--vqa-lilac); color: #fff; }
.vqa-verification-row a span { color: var(--vqa-lilac); margin-left: 8px; }
.vqa-story-outputs { background: linear-gradient(135deg, #f5f1eb, #e9e1d8); }
.vqa-output-grid { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); }
.vqa-output-grid article { border: 1px solid rgba(31, 26, 50, .12); border-radius: 18px; min-height: 235px; padding: 23px 18px; transition: background .35s, transform .35s; }
.vqa-output-grid article:hover { background: rgba(255,255,255,.75); transform: translateY(-5px); }
.vqa-output-grid span { color: var(--vqa-violet); }
.vqa-output-grid p { margin-top: 118px; }
.vqa-output-callout { background: #15121f; border-radius: 22px; color: #f8f7ff; margin-top: 24px; padding: 28px; }
.vqa-output-callout strong { color: var(--vqa-lilac); font-family: 'Almarai', 'Noto Sans SC', sans-serif; font-size: 11px; letter-spacing: .13em; }
.vqa-output-callout p { color: rgba(241, 237, 255, .68); font-size: 14px; line-height: 1.7; margin: 25px 0 0; max-width: 800px; }
.vqa-story-result { background: linear-gradient(135deg, #a94c3c, #d16c54 58%, #e39a78); color: #21120f; padding-bottom: clamp(90px, 11vw, 150px); padding-top: clamp(90px, 11vw, 150px); }
.vqa-story-result .vqa-story-section-label { color: rgba(28, 22, 57, .64); }
.vqa-story-result h2 { margin-top: 30px; }
.vqa-result-metrics { border-bottom: 1px solid rgba(28, 22, 57, .25); border-top: 1px solid rgba(28, 22, 57, .25); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; }
.vqa-result-metrics div { border-right: 1px solid rgba(28, 22, 57, .2); display: flex; flex-direction: column; gap: 8px; padding: 24px 18px 24px 0; }
.vqa-result-metrics div + div { padding-left: 18px; }
.vqa-result-metrics div:last-child { border-right: 0; }
.vqa-result-metrics strong { font-size: clamp(27px, 3.2vw, 46px); font-weight: 400; letter-spacing: -.07em; }
.vqa-result-metrics span { font-size: 11px; opacity: .65; }
.vqa-story-result > p { font-size: 15px; line-height: 1.8; margin: 40px 0 0; max-width: 820px; }
.vqa-story-page footer { background: #100f0e; border-top: 0; color: rgba(250, 243, 235, .5); }
.vqa-story-page footer a { color: var(--vqa-lilac); }
@media (max-width: 900px) { .vqa-story-hero { min-height: auto; } .vqa-story-metrics, .vqa-process-grid { grid-template-columns: repeat(2, 1fr); } .vqa-dimension-grid, .vqa-output-grid { grid-template-columns: repeat(2, 1fr); } .vqa-dimensions .vqa-story-section-title, .vqa-process .vqa-story-section-title, .vqa-story-verification .vqa-story-section-title { align-items: flex-start; flex-direction: column; gap: 22px; } .vqa-query-routing { grid-template-columns: 1fr; } .vqa-query-routing > div + div { border-left: 0; border-top: 1px solid rgba(255, 180, 141, .2); } }
@media (max-width: 580px) { .vqa-story-hero, .vqa-story-dark, .vqa-story-light, .vqa-story-result, .vqa-story-verification { padding-left: 6%; padding-right: 6%; } .vqa-story-meta { font-size: 8px; gap: 12px; } .vqa-story-hero { padding-top: 88px; } .vqa-story-hero-copy { padding: 96px 0 56px; } .vqa-story-hero h1 { font-size: 16vw; } .vqa-story-metrics, .vqa-story-intent-grid, .vqa-dimension-grid, .vqa-process-grid, .vqa-output-grid, .vqa-result-metrics { grid-template-columns: 1fr; } .vqa-story-metrics > div, .vqa-story-metrics > div + div, .vqa-result-metrics div, .vqa-result-metrics div + div { border-bottom: 1px solid rgba(255, 229, 210, .16); border-right: 0; min-height: auto; padding: 16px 0; } .vqa-result-metrics div { border-color: rgba(28, 22, 57, .2); } .vqa-story-section-title h2, .vqa-story-result h2 { font-size: 15vw; } .vqa-story-intent-grid h3, .vqa-dimension-grid h3, .vqa-process-grid h3 { margin-top: 55px; } .vqa-output-grid p { margin-top: 70px; } .vqa-query-routing > div { align-items: start; grid-template-columns: 1fr; gap: 10px; } .vqa-query-routing i { display: none; } .vqa-verification-row { align-items: start; gap: 14px; grid-template-columns: 1fr; padding: 20px 0; } }

/* Final palette precedence: ember / amethyst / acid-lime. */
.project-i2v-archive { --project-accent: #ff765c; --project-accent-2: #c94d3f; background: radial-gradient(circle at 14% 12%, rgba(255, 118, 92, .16), transparent 30%), radial-gradient(circle at 84% 76%, rgba(201, 77, 63, .13), transparent 34%), #080a0d; }
.project-caption-archive { --project-accent: #c38bff; --project-accent-2: #7a4db8; background: radial-gradient(circle at 14% 12%, rgba(195, 139, 255, .16), transparent 30%), radial-gradient(circle at 84% 76%, rgba(122, 77, 184, .13), transparent 34%), #080a0d; }
.project-vqa-archive { --project-accent: #c8ff5a; --project-accent-2: #65b83f; background: radial-gradient(circle at 14% 12%, rgba(200, 255, 90, .15), transparent 30%), radial-gradient(circle at 84% 76%, rgba(101, 184, 63, .12), transparent 34%), #080a0d; }
.project-i2v-archive .archive-card, .project-caption-archive .archive-card, .project-vqa-archive .archive-card { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 16%, #101316), #0a0d10 82%); border-color: color-mix(in srgb, var(--project-accent) 32%, transparent); }
.project-i2v-archive .archive-card:hover, .project-caption-archive .archive-card:hover, .project-vqa-archive .archive-card:hover { background: linear-gradient(145deg, color-mix(in srgb, var(--project-accent-2) 27%, #101316), #0d1013 82%); border-color: color-mix(in srgb, var(--project-accent) 64%, transparent); }
.project-i2v-archive.case-page { --case-accent: #ff765c; --case-glow: rgba(255, 118, 92, .26); --case-line: rgba(255, 118, 92, .24); }
.project-caption-archive.case-page { --case-accent: #c38bff; --case-glow: rgba(195, 139, 255, .25); --case-line: rgba(195, 139, 255, .24); }
.project-vqa-archive.case-page { --case-accent: #c8ff5a; --case-glow: rgba(200, 255, 90, .23); --case-line: rgba(200, 255, 90, .22); }
.project-i2v-archive ~ .custom-cursor-core { background: #ff765c; } .project-i2v-archive ~ .custom-cursor-ring { border-color: rgba(255, 118, 92, .86); }
.project-caption-archive ~ .custom-cursor-core { background: #c38bff; } .project-caption-archive ~ .custom-cursor-ring { border-color: rgba(195, 139, 255, .86); }
.project-vqa-archive ~ .custom-cursor-core { background: #c8ff5a; } .project-vqa-archive ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }
.vqa-story-page { --vqa-ink: #080a0d; --vqa-paper: #f2f1ed; --vqa-lilac: #c8ff5a; --vqa-violet: #65b83f; --vqa-coral: #65b83f; background: #080a0d; }
.vqa-story-page .vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(101, 184, 63, .17), transparent 30%), radial-gradient(circle at 22% 86%, rgba(200, 255, 90, .11), transparent 25%), #080a0d; }
.vqa-story-page .vqa-story-dark { background: radial-gradient(circle at 82% 18%, rgba(101, 184, 63, .15), transparent 30%), #080a0d; }
.vqa-story-page .vqa-story-process { background: linear-gradient(135deg, #10170d, #19240f); } .vqa-story-page .vqa-story-verification { background: #10180d; }
.vqa-story-page .vqa-story-result { background: linear-gradient(135deg, #1c2b10, #486b1d 58%, #8aa637); color: #0b1107; }
.vqa-story-page ~ .custom-cursor-core { background: #c8ff5a; } .vqa-story-page ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }

/* Final VQA signal pass: the standalone VQA story follows the acid-lime system. */
.vqa-story-page { --vqa-ink: #080a0d; --vqa-paper: #f2f1ed; --vqa-lilac: #c8ff5a; --vqa-violet: #65b83f; --vqa-coral: #65b83f; background: #080a0d; }
.vqa-story-page .floating-nav { background: rgba(8, 10, 13, .92); border-color: rgba(200, 255, 90, .27); }
.vqa-story-page .nav-divider { background: rgba(200, 255, 90, .64); }
.vqa-story-page .vqa-story-hero { background: radial-gradient(circle at 74% 28%, rgba(101, 184, 63, .17), transparent 30%), radial-gradient(circle at 22% 86%, rgba(200, 255, 90, .11), transparent 25%), #080a0d; }
.vqa-story-page .vqa-story-hero::before, .vqa-story-page .vqa-story-dark::before { background-image: repeating-linear-gradient(90deg, transparent 0 118px, rgba(200, 255, 90, .045) 119px 120px, transparent 121px), repeating-linear-gradient(0deg, transparent 0 118px, rgba(255, 255, 255, .04) 119px 120px, transparent 121px); }
.vqa-story-page .vqa-story-dark { background: radial-gradient(circle at 82% 18%, rgba(101, 184, 63, .15), transparent 30%), #080a0d; }
.vqa-story-page .vqa-story-process { background: linear-gradient(135deg, #10170d, #19240f); }
.vqa-story-page .vqa-story-verification { background: #10180d; }
.vqa-story-page .vqa-story-result { background: linear-gradient(135deg, #1c2b10, #486b1d 58%, #8aa637); color: #0b1107; }
.vqa-story-page .vqa-output-callout { background: #101316; }
.vqa-story-page .vqa-query-routing, .vqa-story-page .vqa-verification-list { border-color: rgba(200, 255, 90, .26); }
.vqa-story-page .vqa-query-routing > div + div, .vqa-story-page .vqa-verification-row { border-color: rgba(200, 255, 90, .19); }
.vqa-story-page .vqa-query-routing > div, .vqa-story-page .vqa-dimension-grid article { border-color: rgba(200, 255, 90, .14); }
.vqa-story-page .vqa-dimension-grid article:hover { background: rgba(200, 255, 90, .09); border-color: rgba(200, 255, 90, .55); }
.vqa-story-page .vqa-verification-row a, .vqa-story-page .vqa-verification-row > div > span { border-color: rgba(200, 255, 90, .25); }
.vqa-story-page .vqa-verification-row a:hover { background: rgba(101, 184, 63, .22); border-color: #c8ff5a; }
.vqa-story-page ~ .custom-cursor-core { background: #c8ff5a; box-shadow: 0 0 0 3px rgba(200, 255, 90, .18); }
.vqa-story-page ~ .custom-cursor-ring { border-color: rgba(200, 255, 90, .86); }
