:root {
  --orange: #f08020;
  --flame: #e15a12;
  --leaf: #0c6c3c;
  --ink: #102418;
  --paper: #f3eee6;
  --paper-2: #faf6f0;
  --line: rgba(16, 36, 24, 0.14);
  --serif: "Source Serif 4", Palatino, "Palatino Linotype", serif;
  --display: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 1.125rem;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 0.9; margin: 0; letter-spacing: 0.01em; }
h1 { font-size: clamp(4.4rem, 10vw, 8.6rem); text-transform: uppercase; }
h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); text-transform: uppercase; }
h3 { font-size: 1.7rem; text-transform: uppercase; }

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: white;
  padding: 0.5rem 0.8rem;
  z-index: 30;
}
.skip:focus { top: 0.6rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.55rem 3.5vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.brand img {
  height: 78px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}
.site-nav { display: flex; gap: 1.05rem; margin-left: auto; }
.site-nav a {
  font-family: var(--display);
  font-size: 1.16rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.site-nav a[aria-current="page"]::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  background: var(--orange);
}
.header-call {
  font-family: var(--display);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: var(--orange);
  color: var(--ink);
  padding: 0.5rem 0.85rem;
}
.header-call:hover { background: var(--flame); color: white; }
.nav-toggle { display: none; }

.home .site-header:not(.is-solid) {
  background: linear-gradient(to bottom, rgba(8, 14, 10, 0.55), transparent);
  border-color: transparent;
  color: white;
}
.home .site-header:not(.is-solid) .nav-toggle { color: white; border-color: white; }

.cinema {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  color: white;
  overflow: hidden;
}
.cinema-media, .cinema-shade { position: absolute; inset: 0; }
.cinema-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: drift 22s ease-in-out infinite alternate;
}
.cinema-shade {
  background:
    linear-gradient(90deg, rgba(8, 16, 10, 0.78) 0%, rgba(8, 16, 10, 0.28) 58%, rgba(8, 16, 10, 0.45) 100%),
    linear-gradient(to top, rgba(8, 16, 10, 0.7), transparent 42%);
}
.cinema h1 { font-size: clamp(3.6rem, 7vw, 6.4rem); width: max-content; max-width: 92vw; }
.cinema-copy { position: relative; z-index: 1; padding: 7.5rem 4vw 3.2rem; max-width: none; }
.cinema h1 span { overflow: visible; }
.kicker {
  font-family: var(--display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
}
.cinema h1 span {
  display: block;
  overflow: hidden;
}
.cinema h1 span i {
  display: block;
  font-style: normal;
  animation: lift 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.cinema h1 span:nth-child(2) i { animation-delay: 0.12s; }
.cinema h1 span:nth-child(3) i { animation-delay: 0.24s; }
.lede { font-size: 1.3rem; max-width: 34ch; margin: 1.1rem 0 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn {
  display: inline-block;
  font-family: var(--display);
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 1.05rem;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: var(--orange); color: var(--ink); }
.btn-solid:hover { background: var(--flame); color: white; }
.btn-ghost { border: 1.5px solid white; color: white; }
.btn-ghost:hover { background: white; color: var(--ink); }
.btn-line { border: 1.5px solid var(--ink); }

.curtain {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 40;
  animation: curtain 1.05s cubic-bezier(0.77, 0, 0.18, 1) 0.15s forwards;
  pointer-events: none;
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: #f3eee6;
}
.marquee-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding: 0.85rem 0;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: ticker 28s linear infinite;
}
.marquee b { color: var(--orange); font-weight: 700; }

.doors {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  min-height: 78vh;
}
.door {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  background: var(--ink);
}
.door img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.door:hover img { transform: scale(1.08); }
.door-fuels img {
  object-position: 68% 38%;
  filter: saturate(0.78) contrast(1.08) sepia(0.12);
}
.door-press img {
  object-position: 50% 78%;
  transform: scale(1.18);
  filter: saturate(0.85) brightness(1.05) contrast(1.04);
}
.door-press:hover img { transform: scale(1.26); }
.door span, .door strong, .door em { position: relative; z-index: 1; }
.door::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 16, 10, 0.82), rgba(8, 16, 10, 0.12));
}
.door-fuels::after {
  background: linear-gradient(to top, rgba(42, 18, 8, 0.9), rgba(42, 18, 8, 0.08) 58%);
}
.door-press::after {
  background: linear-gradient(to top, rgba(10, 28, 22, 0.9), rgba(10, 28, 22, 0.02) 52%);
}
.door strong {
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  text-transform: uppercase;
  line-height: 0.9;
}
.door em { font-style: normal; margin-top: 0.4rem; max-width: 28ch; }
.door i {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-style: normal;
  letter-spacing: 0.14em;
  color: var(--orange);
  margin-bottom: auto;
}
.door-ink { background: #163526; }
.door-ink::after { background: linear-gradient(160deg, rgba(12, 108, 60, 0.2), rgba(8, 16, 10, 0.2)); }

.page-copy-wide { max-width: 18ch; }
.page-copy-wide .lede { color: rgba(243, 238, 230, 0.88); }

.catalog { padding: 5.2rem 4vw 4.6rem; background: var(--paper-2); }
.catalog-ink { background: var(--ink); color: #f3eee6; }
.catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 0.4rem 3rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
.catalog-intro .kicker { grid-column: 1 / -1; margin-bottom: 0.2rem; }
.catalog-ink .kicker { color: var(--orange); }
.catalog-intro p:last-child { margin: 0 0 0.35rem; max-width: 36ch; }
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
.piece {
  background: white;
  color: var(--ink);
  padding: 1.35rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(16, 36, 24, 0.06);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}
.catalog-ink .piece { box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28); }
.piece:hover { transform: translateY(-8px); box-shadow: 0 28px 50px rgba(16, 36, 24, 0.12); }
.piece-no {
  margin: 0;
  font-family: var(--display);
  letter-spacing: 0.16em;
  color: var(--orange);
  font-size: 1.15rem;
}
.piece-shot {
  width: min(220px, 76%);
  aspect-ratio: 1;
  margin: 0.7rem auto 0.85rem;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid white;
  outline: 1px solid rgba(240, 128, 32, 0.9);
}
.piece-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.piece:hover .piece-shot img { transform: scale(1.07); }
.piece h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.32rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  color: var(--orange);
  margin: 0 0 0.7rem;
  min-height: 3.3rem;
}
.piece-gcv {
  margin: 0 0 1rem;
  text-align: center;
  line-height: 0.85;
}
.piece-gcv strong {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3rem, 4vw, 4.2rem);
  letter-spacing: 0.02em;
}
.piece-gcv span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3d5344;
}
.piece table {
  width: 100%;
  border-collapse: collapse;
  margin-top: auto;
  font-size: 0.98rem;
}
.piece th, .piece td {
  padding: 0.58rem 0.65rem;
  border: 1px solid #eadfd2;
  text-align: center;
  font-weight: 400;
}
.piece thead th {
  background: var(--orange);
  color: white;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.02rem;
}
.piece tbody th { color: #3d5344; }
.catalog .fine { margin: 2.2rem 0 0; color: rgba(243, 238, 230, 0.72); max-width: 62ch; }

.close-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 3.2rem 4vw;
  background: var(--ink);
  color: #f3eee6;
}
.close-band p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 16ch;
}
.close-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  color: white;
  overflow: hidden;
  padding: 8rem 4vw 3rem;
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: drift 26s ease-in-out infinite alternate;
}
.page-hero .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 16, 10, 0.78), rgba(8, 16, 10, 0.28));
}
.page-hero .page-copy { position: relative; z-index: 1; max-width: 16ch; }
.page-hero h1 { animation: lift 1s cubic-bezier(0.16, 1, 0.3, 1) both; }

.wrap { padding: 8rem 4vw 4.5rem; }
.page-hero + .wrap { padding-top: 4.5rem; }
.chapter {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4.5rem;
}
.chapter:nth-child(even) { direction: rtl; }
.chapter:nth-child(even) > * { direction: ltr; }
.frame {
  overflow: hidden;
  min-height: 420px;
}
.frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.frame:hover img { transform: scale(1.05); }
.spec { margin: 1.2rem 0 0; }
.spec div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
}
.spec dt {
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--leaf);
}
.spec dd { margin: 0; }
.fine { color: #3d5344; max-width: 68ch; }

.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 2.1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--orange), var(--leaf));
  transform-origin: top;
  transform: scaleY(0);
  animation: grow 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
.timeline li {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1.4rem;
  padding: 0 0 2.4rem;
  position: relative;
}
.timeline h3 { font-size: 2.6rem; }
.mark {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.1rem;
  display: grid;
  place-items: center;
  color: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 24px rgba(16, 36, 24, 0.16);
}
.mark svg { width: 34px; height: 34px; }
.mark i {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-style: normal;
  font-family: var(--display);
  display: grid;
  place-items: center;
}
.tone-leaf { background: linear-gradient(160deg, #6eae4e, #0c6c3c); }
.tone-orange { background: linear-gradient(160deg, #f0a24a, #e15a12); }
.tone-ink { background: linear-gradient(160deg, #245c3c, #102418); }

.industry {
  background: var(--ink);
  color: #f3eee6;
  padding: 8.5rem 4vw 5rem;
  min-height: 100vh;
}
.page-hero + .industry {
  padding-top: 3.2rem;
  min-height: 0;
}
.industry ol { list-style: none; margin: 2rem 0 0; padding: 0; }
.industry li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(243, 238, 230, 0.18);
  transition: padding-left 0.35s ease;
}
.industry li:hover { padding-left: 0.8rem; }
.industry b {
  font-family: var(--display);
  color: var(--orange);
  font-size: 1.6rem;
}
.industry h3 { font-size: clamp(2rem, 4vw, 3.2rem); }

.people {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1rem;
}
.person {
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 1.3rem;
  min-height: 210px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.person:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(16, 36, 24, 0.08); }
.person-sales { grid-row: span 2; background: var(--ink); color: #f3eee6; min-height: 440px; }
.person-sales p, .person-sales a { color: #f3eee6; }
.avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: var(--leaf);
  color: white;
  font-family: var(--display);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.person-sales .avatar { background: var(--orange); color: var(--ink); }
.person p { margin: 0.3rem 0; }
.person a { color: var(--flame); }

.contact-hero {
  min-height: 100vh;
  background: var(--ink);
  color: #f3eee6;
  padding: 8.5rem 4vw 3rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: end;
}
.contact-hero h1 { color: white; }
.phone {
  display: inline-block;
  margin-top: 1.2rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  text-decoration: none;
  color: var(--orange);
  line-height: 0.9;
}
.mail { display: block; margin-top: 0.6rem; font-size: 1.25rem; color: #f3eee6; }
address, .gst-block {
  margin: 0 0 1.4rem;
  font-style: normal;
  border-top: 1px solid rgba(243, 238, 230, 0.25);
  padding-top: 0.8rem;
}
address span, .gst-block span {
  display: block;
  font-family: var(--display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.3rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem 2rem;
  padding: 1.1rem 4vw 1.4rem;
  font-size: 0.92rem;
  color: #3d5344;
}
.site-footer p { margin: 0; }
.site-footer p:last-child { letter-spacing: 0.04em; white-space: nowrap; }
.credit { font-size: 0.8rem; }

.reveal { animation: lift 0.9s cubic-bezier(0.16, 1, 0.3, 1) both; }
.reveal:nth-child(2) { animation-delay: 0.08s; }
.reveal:nth-child(3) { animation-delay: 0.16s; }

@keyframes lift {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
@keyframes drift {
  to { transform: scale(1.16) translate3d(-1.5%, -1%, 0); }
}
@keyframes curtain {
  to { transform: translateY(-100%); }
}
@keyframes ticker {
  to { transform: translateX(-50%); }
}
@keyframes grow {
  to { transform: scaleY(1); }
}

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

@media (max-width: 980px) {
  .doors, .chapter, .contact-hero, .people, .catalog-grid, .catalog-intro { grid-template-columns: 1fr; }
  .catalog-intro .kicker { grid-column: auto; }
  .piece h3 { min-height: 0; }
  .close-band { flex-direction: column; align-items: flex-start; }
  .close-actions { width: 100%; flex-direction: column; }
  .close-actions .btn { width: 100%; text-align: center; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .site-footer p:last-child { white-space: normal; }
  .brand img { height: 62px; }
  .cinema { min-height: 100svh; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .chapter:nth-child(even) { direction: ltr; }
  .person-sales { grid-row: auto; min-height: 0; }
  .nav-toggle {
    display: inline-block;
    margin-left: auto;
    font-family: var(--display);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
    border: 1.5px solid currentColor;
    padding: 0.35rem 0.6rem;
    font-size: 1.05rem;
    color: inherit;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--paper);
    color: var(--ink);
    padding: 0.5rem 4vw 1rem;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.45rem 0; }
  .header-call { display: none; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .frame img { height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cinema-media img, .page-hero img, .marquee-track, .curtain, .timeline::before, .reveal, .cinema h1 span i, .page-hero h1 {
    animation: none;
  }
  .curtain { display: none; }
}
