@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600&display=swap";:root{--bg: #0a0a0a;--bg-subtle: #111111;--bg-card: #161616;--fg: #e8e4df;--fg-muted: #8a857e;--fg-dim: #5a5650;--accent: #c9a84c;--accent-dim:#8a7434;--serif: "Instrument Serif", Georgia, "Times New Roman", serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-w: 720px;--gutter: clamp(1.5rem, 5vw, 4rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--fg);font-family:var(--sans);font-size:clamp(1rem,1.05vw + .6rem,1.125rem);line-height:1.75;font-weight:300;overflow-x:hidden}.reveal-section{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-section.revealed{opacity:1;transform:translateY(0)}.text-block .reveal-section:nth-child(2){transition-delay:.04s}.text-block .reveal-section:nth-child(3){transition-delay:.08s}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0a0a0a26,#0a0a0a66 40%,#0a0a0ad9 75%,#0a0a0a)}.hero-content{position:relative;z-index:1;padding:var(--gutter);padding-bottom:clamp(3rem,8vh,6rem);max-width:900px}.hero-eyebrow{font-family:var(--sans);font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.hero h1{font-family:var(--serif);font-size:clamp(2.6rem,5.5vw + 1rem,5rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem}.hero-sub{font-size:clamp(1rem,1.2vw + .4rem,1.25rem);color:var(--fg-muted);line-height:1.65;max-width:540px}.hero-sub em{color:var(--fg);font-style:italic}.scroll-cue{margin-top:2.5rem;color:var(--fg-dim);font-size:1.3rem;animation:pulse-down 2.5s ease-in-out infinite}@keyframes pulse-down{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.7;transform:translateY(6px)}}.text-block{max-width:var(--max-w);margin:0 auto;padding:clamp(3rem,8vh,6rem) var(--gutter)}.section-label{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.text-block h2{font-family:var(--serif);font-size:clamp(1.8rem,3.2vw + .5rem,2.8rem);font-weight:400;line-height:1.15;letter-spacing:-.015em;color:#fff;margin-bottom:2rem}.text-block p{margin-bottom:1.5rem;color:var(--fg)}.text-block p:last-child{margin-bottom:0}.lead{font-size:clamp(1.1rem,1.3vw + .4rem,1.35rem);color:var(--fg)!important;line-height:1.6;margin-bottom:2rem!important}strong{font-weight:500;color:#fff}em{font-style:italic;color:var(--accent)}.callout{border-left:2px solid var(--accent);padding:1.75rem 0 1.75rem 1.75rem;margin:2rem 0;background:linear-gradient(90deg,rgba(201,168,76,.04) 0%,transparent 100%);border-radius:0 8px 8px 0}.callout p{color:var(--fg)!important}.callout p:last-child{margin-bottom:0}.emphasis-line{font-family:var(--serif);font-size:clamp(1.3rem,2vw + .4rem,1.7rem);line-height:1.4;color:#fff!important;margin-top:1rem}.full-image{width:100%;max-height:50vh;overflow:hidden;position:relative}.full-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0a0a0a80,#0a0a0a00 20% 80%,#0a0a0a80);pointer-events:none}.full-image img{width:100%;height:50vh;object-fit:cover;display:block}.ingredients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-top:1.5rem}.ingredient{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem;text-align:center;transition:border-color .3s}.ingredient:hover{border-color:var(--accent-dim)}.ingredient-icon{font-size:1.6rem;display:block;margin-bottom:.6rem}.ingredient h4{font-family:var(--sans);font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.4rem;letter-spacing:.01em}.ingredient p{font-size:.8rem;color:var(--fg-muted);line-height:1.45;margin-bottom:0}.layers-stack{display:flex;flex-direction:column;gap:0;margin:1.5rem 0}.layer{display:flex;align-items:stretch;border:1px solid rgba(255,255,255,.06);border-bottom:none;background:var(--bg-card);transition:background .3s}.layer:first-child{border-radius:10px 10px 0 0}.layer:last-child{border-bottom:1px solid rgba(255,255,255,.06);border-radius:0 0 10px 10px}.layer:hover{background:#c9a84c0a}.layer-label{flex:0 0 160px;padding:1rem 1.25rem;font-family:var(--sans);font-size:.8rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-right:1px solid rgba(255,255,255,.06);display:flex;align-items:center}.layer-desc{padding:1rem 1.25rem;font-size:.9rem;color:var(--fg-muted);line-height:1.5}@media(max-width:600px){.layer{flex-direction:column}.layer-label{flex:none;border-right:none;border-bottom:1px solid rgba(255,255,255,.04);padding:.75rem 1rem}.layer-desc{padding:.75rem 1rem}}.capability-grid{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.cap-example{display:grid;grid-template-columns:1fr auto 1fr auto;gap:1rem;align-items:center;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem 1.5rem;transition:border-color .3s}.cap-example:hover{border-color:var(--accent-dim)}.cap-brand{font-weight:500;color:#fff;font-size:.95rem}.cap-arrow{color:var(--accent);font-size:1.1rem}.cap-story{color:var(--fg);font-size:.95rem}.cap-why{color:var(--fg-muted);font-size:.8rem;font-style:italic;text-align:right}@media(max-width:640px){.cap-example{grid-template-columns:1fr;gap:.3rem;text-align:center}.cap-arrow{display:none}.cap-why{text-align:center}}.dark-section{background:var(--bg-subtle);max-width:100%;padding-left:0;padding-right:0}.dark-section>*{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:var(--gutter);padding-right:var(--gutter)}.attention-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:start;margin:2rem 0}.att-col ul{list-style:none;padding:0}.att-col li{padding:.6rem 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.04);line-height:1.5}.att-col li:last-child{border-bottom:none}.att-traditional h4{color:var(--fg-dim);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-weight:500}.att-traditional li{color:var(--fg-muted)}.att-impact h4{color:var(--accent);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-weight:500}.att-impact li{color:var(--fg)}.att-divider{color:var(--fg-dim);font-family:var(--serif);font-size:1.1rem;font-style:italic;padding-top:2rem}@media(max-width:640px){.attention-comparison{grid-template-columns:1fr;gap:1rem}.att-divider{text-align:center;padding:.5rem 0}}.pipeline-wrapper{max-width:800px;margin:0 auto;padding:0 var(--gutter) clamp(3rem,6vh,5rem);position:relative}.pipeline-wrapper:before{content:"";position:absolute;left:calc(var(--gutter) + 28px);top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--accent-dim),rgba(138,116,52,.2))}.pipeline-step{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 0;position:relative}.step-number{flex:0 0 56px;height:56px;border-radius:50%;border:1px solid var(--accent-dim);display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:.75rem;font-weight:600;color:var(--accent);background:var(--bg);position:relative;z-index:1;letter-spacing:.05em}.step-content h4{font-family:var(--serif);font-size:1.35rem;color:#fff;margin-bottom:.5rem;font-weight:400}.step-content p{color:var(--fg-muted);font-size:.9rem;line-height:1.6}.moat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1.5rem}.moat-card{background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.5rem;transition:border-color .3s,transform .3s}.moat-card:hover{border-color:var(--accent-dim);transform:translateY(-2px)}.moat-card h4{font-family:var(--sans);font-size:.9rem;font-weight:600;color:var(--accent);margin-bottom:.75rem}.moat-card p{font-size:.88rem;color:var(--fg-muted);line-height:1.55}.closing-section{padding-top:clamp(3rem,6vh,5rem)}.closing-line{width:60px;height:1px;background:var(--accent);margin-bottom:2rem}.final-line{margin-top:2rem!important;font-size:clamp(1.4rem,2.2vw + .4rem,1.8rem)!important}.thesis-footer{text-align:center;padding:clamp(4rem,10vh,8rem) var(--gutter);border-top:1px solid rgba(255,255,255,.04)}.footer-logo{font-family:var(--serif);font-size:1.6rem;color:var(--accent);letter-spacing:.04em;margin-bottom:.4rem}.thesis-footer p{color:var(--fg-dim);font-size:.85rem}::selection{background:#c9a84c4d;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--fg-dim);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--fg-muted)}
