:root{font-family:Times New Roman,Times,serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}.main-page{font-family:Times New Roman,Times,serif;margin:0;padding:0}.cinematic-title{height:50vh;background:url(/path-to-your-background-image.jpg) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.cinematic-title h1{font-size:3rem;text-shadow:2px 2px 10px rgba(0,0,0,.7)}.portfolio{padding:40px 20px;background-color:#222}.portfolio-right{display:flex;flex-direction:column;gap:1rem}.category-buttons-horizontal{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.film-btn{background:linear-gradient(to bottom,#e8dcc0,#c7b38a 40%,#b39b75);border:2px solid #4a3f35;border-radius:12px;padding:1rem 1.25rem;width:180px;display:flex;flex-direction:column;align-items:center;font-family:Times New Roman,serif;color:#3b2f26;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPScjZmZmJy8+PGNpcmNsZSBjeD0nNScgY3k9JzUnIHI9JzEnIGZpbGw9JyNlZWUnIG9wYWNpdHk9JzAuMScvPjwvc3ZnPg==);background-repeat:repeat}.carousel-track img{width:300px;height:200px;object-fit:cover;border-radius:10px;flex-shrink:0;box-shadow:0 5px 12px #0003}.sign-up-section{display:flex;justify-content:flex-end;align-items:center;padding:1rem 2rem}:root{--bg-color: #d4c4a8;--text-color: #4a3f35;--accent-light: #e6d9c3;--accent-dark: #4a3f35;--hero-text: #f1e7d3}body{background:var(--bg-color);color:var(--text-color);margin:0;font-family:sans-serif}.hero{height:60vh;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:6rem;text-align:center;padding:0 1.5rem}.hero-title{font-size:3rem;font-weight:700;color:var(--hero-text);text-shadow:0 2px 6px rgba(0,0,0,.4)}.hero-desc{margin-top:1rem;font-size:1.25rem;color:var(--hero-text);max-width:40rem;text-shadow:0 2px 6px rgba(0,0,0,.4)}.section{padding:4rem 1.5rem;max-width:72rem;margin:auto}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.section-desc{max-width:36rem;margin-bottom:2rem;line-height:1.6}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.portfolio-grid{grid-template-columns:1fr 2fr;align-items:start}}.portfolio-left{text-align:left}.portfolio-right{display:flex;flex-direction:column;gap:1.5rem}.category-buttons{display:flex;flex-wrap:wrap;gap:1.25rem}.film-btn{background:linear-gradient(to bottom,#e8dcc0,#c7b38a 40%,#b39b75);border:2px solid #4a3f35;border-radius:12px;padding:1rem 1.25rem;width:180px;display:flex;flex-direction:column;align-items:center;font-family:Times New Roman,serif;color:#3b2f26;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPScjZmZmJy8+PGNpcmNsZSBjeD0nNScgY3k9JzUnIHI9JzEnIGZpbGw9JyNlZWUnIG9wYWNpdHk9JzAuMScvPjwvc3ZnPg==);background-repeat:repeat}.film-btn:hover{transform:translateY(-3px);box-shadow:0 10px 18px #00000040}.film-btn.active{background:linear-gradient(to bottom,#4a3f35,#3a3026);color:#f5ecdf;border-color:#e6d9c3;box-shadow:0 0 10px #e6d9c380;animation:filmFlicker 1.8s infinite steps(2)}.film-btn-sub{font-size:.65rem;letter-spacing:1px;opacity:.7;text-transform:uppercase}.film-btn-main{font-size:1.1rem;font-weight:700;margin-top:.2rem;letter-spacing:1px;text-transform:lowercase;text-shadow:0 1px 1px rgba(255,255,255,.6)}@keyframes filmFlicker{0%{opacity:1}50%{opacity:.92}to{opacity:1}}.fancy-btn{background:var(--accent-light);border:1px solid var(--accent-dark);border-radius:.75rem;padding:.75rem 1.25rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:.25s ease;box-shadow:0 2px 6px #00000026}.fancy-btn:hover{background:var(--bg-color);transform:translateY(-2px)}.fancy-btn.active{background:var(--accent-dark);color:var(--hero-text);border-color:var(--accent-dark)}.btn-main{font-size:1.1rem;font-weight:700;line-height:1}.btn-sub{font-size:.7rem;opacity:.7;margin-top:.2rem}.carousel{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth}.carousel img{width:300px;height:200px;object-fit:cover;border-radius:.75rem;box-shadow:0 4px 10px #00000026;flex-shrink:0}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.about-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.about-text{line-height:1.6}.about-photo{width:300px;height:400px;object-fit:cover;border-radius:.75rem;box-shadow:0 4px 12px #0003;margin:auto}footer{padding:1.5rem;text-align:center;font-size:.875rem;opacity:.7}.carousel-window{width:940px;overflow:hidden;cursor:grab;margin:auto}.carousel-window:active{cursor:grabbing}.carousel-track{display:flex;gap:20px;transition:transform .25s ease-out}.carousel-track.dragging{transition:none}.carousel-track img{width:300px;height:200px;object-fit:cover;border-radius:10px;flex-shrink:0;box-shadow:0 5px 12px #0003;background:#ccc}
