@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/montserrat-400.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/montserrat-700.woff2") format("woff2");
}

:root {
  --bg: #f7f6f3;
  --bg-cool: #f7f6f3;
  --bg-dark: #1a1814;
  --bg-white: #ffffff;
  --hero-a: #f7f6f3;
  --hero-b: #e8e6e1;
  --hero-c: #1a1814;
  --text: #1a1814;
  --text-muted: #6a675f;
  --accent: #2a9b94;
  --accent-soft: #93d9d4;
  --line: rgba(26, 24, 20, 0.12);
  --paper: #f7f6f3;
  --paper-2: #eceae4;
  --ink: #1a1814;
  --clay: #2a9b94;
  --radius-sm: 0px;
  --radius-md: 0px;
}

html { scroll-behavior: smooth; }

::selection {
  background: #1a1814;
  color: #f7f6f3;
}

body {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.font-display,
.hero__title,
.work__name,
.services__title,
.services__item-title,
.proof__title,
.proof__stat,
.konsultasi__title,
.faq__title,
.work__note {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

a, button, summary { cursor: pointer; }

.header__logo img {
  width: 164px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .header__logo img { width: 206px; }
}

.header__nav a {
  color: #1a1814;
  transition: opacity 0.4s;
}

.header__menu {
  z-index: 50;
}
.header__menu-toggle {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1814;
}
.header__menu-toggle::-webkit-details-marker { display: none; }
.header__menu-nav {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  display: flex;
  min-width: 200px;
  flex-direction: column;
  gap: 14px;
  background: #f7f6f3;
  padding: 18px 20px;
  border: 1px solid var(--line);
}
.header__menu-nav a { color: #1a1814; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  color: #1a1814;
  background: #f7f6f3;
}

.hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 6.5rem 1.5rem 1.25rem;
  text-align: left;
}

.hero__title {
  max-width: 14ch;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hero__lede {
  margin-top: 16px;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(26, 24, 20, 0.72);
}

.hero__cta { margin-top: 28px; }

.hero__desktop {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.hero__device {
  display: block;
  width: 135vw;
  max-width: none;
  height: auto;
  margin-right: -28vw;
}

@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) 1.3fr;
    align-items: stretch;
  }
  .hero__copy {
    justify-content: center;
    padding: 8rem 2rem 6rem 95px;
  }
  .hero__desktop {
    align-self: end;
    margin-top: 0;
    padding-top: 5.5rem;
  }
  .hero__device {
    width: 62vw;
    margin-right: -6vw;
    margin-bottom: -7%;
  }
}

.folio {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

#hero, #work, #note, #services, #proof, #quotes, #faq, #konsultasi {
  scroll-margin-top: 1.5rem;
}

.work,
.services,
.proof,
.quotes,
.faq {
  background: #f7f6f3;
}

.work__inner,
.services__inner,
.proof__copy,
.quotes__inner,
.faq__inner,
.note__inner,
.konsultasi__inner,
.footer__bar {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}
@media (min-width: 768px) {
  .work__inner,
  .services__inner,
  .proof__copy,
  .quotes__inner,
  .faq__inner,
  .note__inner,
  .konsultasi__inner,
  .footer__bar {
    padding: 6.5rem 95px;
  }
}

.work__title { margin-bottom: 2rem; }

.work__case--bleed { margin-left: -1.25rem; margin-right: -1.25rem; }
@media (min-width: 768px) {
  .work__case--bleed { margin-left: -95px; margin-right: -95px; }
}

.work__case--end {
  width: min(680px, 100%);
  margin-left: auto;
  margin-top: 5.5rem;
}

.work__case--start {
  width: min(920px, 100%);
  margin-top: 5.5rem;
}

.work__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .work__case--bleed .work__meta { padding: 0 95px; }
  .work__case--end .work__meta,
  .work__case--start .work__meta { padding: 0; }
}

.work__name {
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -0.02em;
}

.work__shot,
.quotes__film-link {
  overflow: hidden;
  border-radius: 0;
  background: #eceae4;
}

.work__shot--site img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}
.work__case--end .work__shot--site img { aspect-ratio: 4 / 3; }

.quotes__film-link {
  display: block;
  aspect-ratio: 16 / 9;
}

.quotes__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work__shot img,
.quotes__poster {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.work__shot:hover img,
.quotes__film-link:hover .quotes__poster {
  transform: scale(1.02);
}

.note {
  background: #1a1814;
  color: #f7f6f3;
}
.note__inner {
  display: flex;
  min-height: 72vh;
  align-items: flex-end;
  justify-content: flex-end;
}
.work__note {
  max-width: 22ch;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.services__title {
  margin-top: 0.75rem;
  max-width: 12ch;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.services__list { margin-top: 3rem; }
.services__item {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}
.services__item:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 768px) {
  .services__inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    column-gap: 4rem;
  }
  .services__kicker { grid-column: 1; grid-row: 1; }
  .services__title { grid-column: 1; grid-row: 2; }
  .services__list { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .services__item {
    grid-template-columns: 3rem 1fr;
    align-items: baseline;
    gap: 1rem;
  }
}
.services__item-title {
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.proof__stat {
  margin-top: 1.5rem;
  font-size: clamp(72px, 12vw, 140px);
  line-height: 0.85;
  letter-spacing: -0.055em;
}
.proof__stat-label { margin-top: 0.75rem; }
.proof__aside {
  margin-top: 1.25rem;
  font-size: 14px;
  color: var(--text-muted);
}
.proof__title {
  margin-top: 2.5rem;
  max-width: 28ch;
  font-size: 16px;
  line-height: 1.45;
  color: var(--text-muted);
}
.proof__lede {
  margin-top: 0.75rem;
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}
.proof__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem 2.25rem;
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.proof__logos img {
  width: auto;
  height: 28px;
  object-fit: contain;
}

.quotes { border-top: 1px solid var(--line); }
.quotes__list {
  display: grid;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .quotes__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
  }
  .quotes__item--b { margin-top: 6rem; }
}
.quotes__text {
  max-width: 28ch;
  font-size: 18px;
  line-height: 1.45;
}
.quotes__who { margin-top: 1.25rem; font-size: 14px; }
.quotes__org { margin-top: 0.35rem; }
.quotes__films {
  display: grid;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .quotes__films {
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
    gap: 1.75rem;
  }
  .quotes__film--b { padding-bottom: 3rem; }
}
.quotes__film-cap { margin-top: 0.75rem; }

.faq { }
.faq__inner {
  display: grid;
  gap: 2.5rem;
  border-top: 1px solid var(--line);
}
@media (min-width: 768px) {
  .faq__inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
  }
}
.faq__title {
  margin-top: 0.75rem;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.faq__lede {
  margin-top: 1rem;
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}
.faq__item {
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
}
.faq__q { font-size: 20px; line-height: 1.3; }
.faq__a {
  margin-top: 1.1rem;
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 0;
  background: #1a1814;
  color: #f7f6f3;
  font-size: 14px;
  font-weight: 400;
}
.btn:hover { opacity: 0.6; }
.hero .btn {
  background: #1a1814;
  color: #f7f6f3;
}
.btn--invert {
  background: #f7f6f3;
  color: #1a1814;
}

details.faq__item summary { list-style: none; }
details.faq__item summary::-webkit-details-marker { display: none; }
.faq__q { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.faq__q::after { content: "+"; color: var(--accent); }
details.faq__item[open] .faq__q::after { content: "-"; }

.faq__inner { }
.konsultasi__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 768px) {
  .konsultasi__inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
.konsultasi__kicker { color: rgba(247, 246, 243, 0.4); }
.konsultasi__title {
  margin-top: 0.65rem;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(247, 246, 243, 0.12);
}
.footer__copy { color: rgba(247, 246, 243, 0.35); }
