.HeroSection-module__HAA8HW__hero{min-height:100dvh;padding:var(--space-4xl)var(--space-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__heroBg{z-index:0;background:radial-gradient(60% 50% at 70%,#c9a84c0a 0%,#0000 70%),linear-gradient(#0a0a0a 0%,#0c0b0a 50%,#0a0a0a 100%);position:absolute;inset:0}.HeroSection-module__HAA8HW__heroBg:before{content:"";opacity:.04;pointer-events:none;background-image:url(/textures/gravure.jpg);background-position:50% 20%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.HeroSection-module__HAA8HW__inner{z-index:1;align-items:center;gap:clamp(var(--space-2xl),5vw,6rem);max-width:var(--max-content-width);grid-template-columns:1fr 1fr;width:100%;display:grid;position:relative}.HeroSection-module__HAA8HW__content{gap:var(--space-xl);flex-direction:column;min-width:0;display:flex}.HeroSection-module__HAA8HW__heading{font-family:var(--font-display);color:var(--accent-primary);text-transform:none;letter-spacing:.01em;font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:1.05}.HeroSection-module__HAA8HW__intro{font-family:var(--font-body);color:var(--text-secondary);max-width:540px;font-size:clamp(1.0625rem,2.2vw,1.375rem);line-height:1.75}.HeroSection-module__HAA8HW__ctaRow{gap:var(--space-md);flex-wrap:wrap;align-self:flex-start;display:flex}.HeroSection-module__HAA8HW__ctaButton{border:1px solid var(--accent-warm);color:var(--accent-warm);font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;align-items:center;gap:10px;padding:16px 32px;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .5s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__ctaButton:before{content:"";background:var(--accent-warm);z-index:-1;height:calc(100% + 14px);transition:transform .5s cubic-bezier(.22,1,.36,1);position:absolute;top:-14px;left:-1px;right:-1px;transform:translateY(100%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 112' preserveAspectRatio='none'%3E%3Cpath d='M0,14 Q8,6 16,10 Q28,16 40,8 Q52,1 64,11 Q76,18 88,7 Q96,1 108,9 Q120,16 132,6 Q144,0 156,10 Q168,17 180,8 Q192,2 200,10 L200,112 L0,112 Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 112' preserveAspectRatio='none'%3E%3Cpath d='M0,14 Q8,6 16,10 Q28,16 40,8 Q52,1 64,11 Q76,18 88,7 Q96,1 108,9 Q120,16 132,6 Q144,0 156,10 Q168,17 180,8 Q192,2 200,10 L200,112 L0,112 Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%}.HeroSection-module__HAA8HW__ctaButton:hover{color:var(--text-primary)}.HeroSection-module__HAA8HW__ctaButton:hover:before{transform:translateY(0)}.HeroSection-module__HAA8HW__portraitWrapper{justify-content:center;align-items:center;display:flex}.HeroSection-module__HAA8HW__portraitImage{object-fit:cover;object-position:center 20%;border:1px solid var(--border-accent);width:100%;max-width:500px;height:auto;transition:opacity var(--duration-slow)var(--ease-out);box-shadow:0 0 40px var(--accent-primary-glow)}.HeroSection-module__HAA8HW__portraitWrapper:hover .HeroSection-module__HAA8HW__portraitImage{opacity:.92}@media (min-width:1024px){.HeroSection-module__HAA8HW__hero{padding-left:8%;padding-right:8%}}@media (max-width:1024px) and (min-width:768px){.HeroSection-module__HAA8HW__hero{padding:var(--space-3xl)var(--space-xl)}.HeroSection-module__HAA8HW__inner{gap:var(--space-2xl)}.HeroSection-module__HAA8HW__portraitImage{max-width:400px}}@media (max-width:768px){.HeroSection-module__HAA8HW__hero{padding:var(--space-3xl)var(--space-md);min-height:90dvh}.HeroSection-module__HAA8HW__inner{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.HeroSection-module__HAA8HW__content{align-items:center;gap:var(--space-lg);order:2}.HeroSection-module__HAA8HW__portraitWrapper{order:1}.HeroSection-module__HAA8HW__portraitImage{max-width:300px}.HeroSection-module__HAA8HW__ctaRow{justify-content:center;align-self:center}.HeroSection-module__HAA8HW__intro{max-width:500px}}
.FeaturedCard-module__ruMxSG__card{grid-row:span 7;grid-template-rows:subgrid;color:inherit;border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--duration-normal)var(--ease-out),box-shadow var(--duration-normal)var(--ease-out);gap:0;text-decoration:none;display:grid;overflow:hidden}.FeaturedCard-module__ruMxSG__card:hover{border-color:var(--accent-warm);box-shadow:0 0 30px var(--accent-warm-glow)}.FeaturedCard-module__ruMxSG__thumbnail{aspect-ratio:16/9;background:var(--bg-secondary);width:100%;position:relative;overflow:hidden}.FeaturedCard-module__ruMxSG__image{object-fit:cover;filter:grayscale(.2)brightness(.85);transition:filter var(--duration-normal)var(--ease-out)}.FeaturedCard-module__ruMxSG__card:hover .FeaturedCard-module__ruMxSG__image{filter:grayscale(0)brightness(.9)}.FeaturedCard-module__ruMxSG__video{object-fit:cover;filter:grayscale(.2)brightness(.85);width:100%;height:100%;transition:filter var(--duration-normal)var(--ease-out)}.FeaturedCard-module__ruMxSG__card:hover .FeaturedCard-module__ruMxSG__video{filter:grayscale(0)brightness(.9)}.FeaturedCard-module__ruMxSG__overlay{pointer-events:none;background:linear-gradient(#0000 50%,#0a0a0a99 100%);position:absolute;inset:0}.FeaturedCard-module__ruMxSG__info{grid-row:span 6;grid-template-rows:subgrid;gap:var(--space-sm);padding:var(--space-lg)var(--space-lg)var(--space-xl);display:grid}.FeaturedCard-module__ruMxSG__meta{align-items:center;gap:var(--space-sm);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;display:flex}.FeaturedCard-module__ruMxSG__year{color:var(--text-secondary)}.FeaturedCard-module__ruMxSG__status{color:var(--accent-primary-dim);font-weight:700}.FeaturedCard-module__ruMxSG__title{font-family:var(--font-display);color:var(--text-primary);white-space:pre-line;text-transform:none;letter-spacing:.01em;align-self:start;font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:600;line-height:1.2}.FeaturedCard-module__ruMxSG__role{font-family:var(--font-body);color:var(--accent-primary);max-width:none;font-size:.9375rem;font-weight:600}.FeaturedCard-module__ruMxSG__description{font-family:var(--font-body);color:var(--text-secondary);align-self:start;max-width:none;font-size:.875rem;line-height:1.6}.FeaturedCard-module__ruMxSG__metrics{font-family:var(--font-mono);letter-spacing:.05em;color:var(--accent-primary);margin-top:var(--space-xs);max-width:none;font-size:.8125rem;font-weight:700}.FeaturedCard-module__ruMxSG__cta{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding-top:var(--space-sm);margin-top:auto;font-size:.8125rem;font-weight:600;transition:color .4s}.FeaturedCard-module__ruMxSG__card:hover .FeaturedCard-module__ruMxSG__cta{color:var(--accent-warm)}
