:root {
  --ink: #171717;
  --muted: #777;
  --line: #e7e7e7;
  --blue: #1aaadd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 126px;
  padding: 32px clamp(24px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 231px; height: auto; }
.site-header nav { display: flex; gap: clamp(20px, 3vw, 48px); align-items: center; }
.site-header nav a {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  transition: color .2s ease;
}
.site-header nav a:hover, .site-header nav a.active { color: var(--blue); }

main { min-height: 60vh; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #111;
}
.work-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #191919;
}
.work-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.25,1); }
.work-card-shade { position: absolute; inset: 0; background: rgba(0,0,0,.12); transition: background .25s ease; }
.work-card-copy {
  position: absolute;
  inset: 0;
  padding: clamp(16px, 2vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}
.work-card-copy strong { font-size: clamp(16px, 1.45vw, 26px); line-height: 1.15; font-weight: 500; }
.work-card-copy small { margin-top: 5px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.work-card-copy em { margin-top: 9px; font-size: 9px; letter-spacing: .2em; font-style: normal; }
.work-card:hover > img { transform: scale(1.035); }
.work-card:hover .work-card-shade { background: rgba(0,0,0,.57); }
.work-card:hover .work-card-copy { opacity: 1; transform: none; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 120px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .24em; }
.about-company h1, .contact-page h1, .news-page > h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(40px, 6vw, 86px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.about-company h1 span { display: block; color: #999; font-size: .3em; letter-spacing: .08em; margin-top: 12px; }
.facts { margin: 80px 0 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 210px 1fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.facts dt { color: #8a8a8a; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.facts dd { margin: 0; font-size: 18px; }
.people-section { margin-top: 110px; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; border-top: 1px solid var(--line); }
.people-grid article { min-height: 180px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.people-grid h2 { margin: 0 0 22px; font-size: 20px; font-weight: 500; }
.people-grid h2 span { display: block; margin-top: 5px; color: #999; font-size: 10px; letter-spacing: .12em; }
.people-grid p { color: #666; font-size: 13px; }
.text-link { color: var(--blue); font-size: 12px; letter-spacing: .1em; }

.contact-page { padding-top: 130px; padding-bottom: 170px; }
.contact-page > p:not(.eyebrow) { margin-top: 40px; color: #777; }
.contact-links { display: flex; flex-direction: column; gap: 14px; margin-top: 60px; }
.contact-links a { width: fit-content; font-size: clamp(26px, 4vw, 54px); font-weight: 300; border-bottom: 1px solid #aaa; }
.contact-links a:hover { color: var(--blue); border-color: var(--blue); }

.news-page > h1 { margin-bottom: 76px; }
.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 1fr 310px; gap: 60px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.news-item time { display: block; color: var(--blue); font-size: 11px; letter-spacing: .16em; }
.news-item h2 { margin: 12px 0 8px; font-size: 21px; font-weight: 500; line-height: 1.45; }
.news-item p { margin: 6px 0; color: #666; font-size: 13px; }
.news-item > img, .news-placeholder { width: 310px; aspect-ratio: 16/9; object-fit: cover; background: #e8e8e8; }
.news-placeholder { display: grid; place-items: center; color: #aaa; letter-spacing: .15em; font-size: 11px; }
.news-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.news-links a { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; }

.work-detail { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 110px; }
.back-link { color: #777; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.work-detail-header { display: grid; grid-template-columns: 110px 1fr; gap: 18px 36px; margin: 60px 0 48px; }
.work-detail-header .eyebrow { grid-row: 1 / span 2; }
.work-detail-header h1 { margin: 0; font-size: clamp(40px, 6vw, 82px); line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.work-detail-header > p:last-child { margin: 0; color: #777; }
.work-media { display: grid; gap: 32px; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #111; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.detail-image { width: 100%; }
.protected-panel { padding: 100px 40px; text-align: center; background: #f2f2f2; }
.protected-panel strong { font-size: 12px; letter-spacing: .2em; }
.protected-panel p { color: #777; font-size: 13px; }

.site-footer { padding: 42px clamp(24px, 4vw, 68px); border-top: 1px solid var(--line); color: #9b9b9b; font-size: 10px; letter-spacing: .12em; }

@media (max-width: 980px) {
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .news-item { grid-template-columns: 1fr 230px; gap: 35px; }
  .news-item > img, .news-placeholder { width: 230px; }
}

@media (max-width: 720px) {
  .site-header { min-height: auto; padding: 22px 20px; align-items: flex-start; }
  .brand img { width: 150px; }
  .site-header nav { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 20px; justify-items: end; }
  .site-header nav a { font-size: 9px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-card-copy { opacity: 1; transform: none; padding: 12px; background: linear-gradient(transparent 30%, rgba(0,0,0,.68)); }
  .work-card-copy strong { font-size: 12px; }
  .work-card-copy small { display: none; }
  .page-shell, .work-detail { width: min(100% - 36px, 1180px); padding-top: 64px; }
  .facts div { grid-template-columns: 1fr; gap: 8px; }
  .people-grid { grid-template-columns: 1fr; gap: 0; }
  .people-grid article { min-height: auto; }
  .news-page > h1 { margin-bottom: 44px; }
  .news-item { grid-template-columns: 1fr; gap: 22px; }
  .news-item > img, .news-placeholder { width: 100%; grid-row: 1; }
  .work-detail-header { grid-template-columns: 1fr; margin-top: 38px; }
  .work-detail-header .eyebrow { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
