/* THESIS — Film & Television
   Static build. Replaces the Tailwind preflight from the original
   source project with the equivalent minimal reset, so no build
   step is required. All site styling below is unchanged. */

*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  line-height: 1.5;
}
img, svg, video, canvas { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ul, ol { list-style: none; padding: 0; }

/* ---------------------------------------------------------------- */


:root {
  --ink: #080808;
  --ivory: #f7f1e7;
  --muted: #9c978e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero { min-height: 100svh; background: var(--ink); color: var(--ivory); padding: 24px 28px 22px; display: flex; flex-direction: column; }
.topbar { height: 44px; display: flex; justify-content: space-between; align-items: flex-start; text-transform: uppercase; letter-spacing: .23em; font-size: 11px; }
.wordmark { font-family: Georgia, 'Times New Roman', serif; letter-spacing: .3em; font-size: 13px; }
.contact-link { border-bottom: 1px solid rgba(247,241,231,.45); padding-bottom: 5px; transition: border-color .25s ease; }
.contact-link:hover { border-color: var(--ivory); }
.frame { flex: 1; min-height: 580px; position: relative; overflow: hidden; border: 1px solid rgba(247,241,231,.24); display: grid; place-items: center; isolation: isolate; }
.grain { position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E"); }
.frame::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 46%, rgba(247,241,231,.075), transparent 39%); z-index: -1; }
.frame-line-top { position: absolute; top: 11%; left: 50%; width: 1px; height: 9%; background: rgba(247,241,231,.3); }
.hero-lockup { display: flex; flex-direction: column; align-items: center; gap: 22px; transform: translateY(-1.5vh); animation: reveal 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-logo { display: block; width: clamp(150px, 15vw, 230px); height: auto; }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .27em; font-size: 9px; color: rgba(247,241,231,.64); }
.hero-copy { position: absolute; margin: 0; left: clamp(24px, 5vw, 76px); bottom: clamp(34px, 6vw, 78px); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 4.3vw, 68px); line-height: .97; letter-spacing: -.035em; }
.frame-index { position: absolute; right: clamp(20px, 3.2vw, 48px); bottom: clamp(28px, 4vw, 56px); display: flex; gap: 32px; font-size: 9px; letter-spacing: .2em; color: rgba(247,241,231,.48); }
.scroll-cue { height: 48px; padding-top: 17px; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; color: rgba(247,241,231,.65); }
.arrow { font-size: 14px; line-height: 8px; }

.about { min-height: 100svh; padding: clamp(76px, 9vw, 140px) clamp(28px, 7vw, 110px) 54px; display: grid; grid-template-columns: 1fr 3fr; gap: 30px; position: relative; }
.section-label { padding-top: 8px; text-transform: uppercase; letter-spacing: .24em; font-size: 10px; color: #635f59; }
.about-copy { max-width: 1020px; }
.about h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5.5vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.about-copy > p { max-width: 640px; margin: 62px 0 100px auto; font-size: clamp(16px, 1.6vw, 22px); line-height: 1.5; color: #393633; }
.services { grid-column: 1 / -1; border-top: 1px solid #aaa49b; padding-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

.statement { min-height: 74svh; background: #d8d0c4; display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; padding: clamp(60px, 9vw, 135px) clamp(28px, 7vw, 110px); overflow: hidden; }
.statement p { margin: 0; max-width: 720px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5.7vw, 84px); line-height: 1.02; letter-spacing: -.045em; }
.aperture { justify-self: end; width: min(30vw, 390px); height: min(48vw, 610px); position: relative; }
.aperture span { position: absolute; top: 0; bottom: 0; width: 48%; background: var(--ink); }
.aperture-left { left: 0; clip-path: polygon(0 26%, 65% 34%, 78% 47%, 62% 60%, 100% 100%, 0 100%); }
.aperture-right { right: 0; clip-path: polygon(30% 8%, 100% 0, 100% 100%, 18% 100%, 6% 78%, 38% 53%, 27% 31%); }

.contact { min-height: 82svh; background: var(--ink); color: var(--ivory); padding: clamp(72px, 8vw, 120px) clamp(28px, 7vw, 110px) 30px; display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr auto; gap: 60px; }
.section-label-light { color: rgba(247,241,231,.52); margin-bottom: 44px; }
.contact h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 7.2vw, 108px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.contact-details { align-self: end; display: grid; gap: 48px; padding-bottom: 12px; }
.contact-person { border-top: 1px solid rgba(247,241,231,.28); padding-top: 17px; display: grid; grid-template-columns: 1fr; gap: 7px; font-size: 12px; }
.contact-person p { margin: 0; color: rgba(247,241,231,.55); }
.contact-person .person-name { color: var(--ivory); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.contact-person a { width: fit-content; border-bottom: 1px solid transparent; }
.contact-person a:hover { border-color: var(--ivory); }
.footer-line { grid-column: 1 / -1; border-top: 1px solid rgba(247,241,231,.22); padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr 1fr; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; color: rgba(247,241,231,.52); }
.footer-line a { text-align: center; }
.footer-line span:last-child { text-align: right; }

@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(-1.5vh); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-lockup { animation: none; } }

@media (max-width: 760px) {
  .hero { padding: 18px 16px 14px; }
  .frame { min-height: 560px; }
  .hero-logo { width: 145px; }
  .hero-copy { left: 22px; bottom: 56px; }
  .frame-index { display: none; }
  .about { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .about-copy > p { margin: 44px 0 72px; }
  .services { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .statement { grid-template-columns: 1fr; gap: 64px; padding-left: 22px; padding-right: 22px; }
  .aperture { justify-self: center; width: 180px; height: 285px; }
  .contact { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
  .contact-details { align-self: start; }
  .footer-line { grid-template-columns: 1fr; gap: 10px; }
  .footer-line a, .footer-line span:last-child { text-align: left; }
}
