.art-frangipani { background: #e7e0d6; }
.art-frangipani .project-signature, .art-frangipani .project-open { color: #232725; }
.art-frangipani .project-signature img { max-height: 125px; }
.art-frangipani .project-screen { border: 1px solid #23272524; }
.fg-status { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid currentColor; border-radius: 30px; font-size: 11px; line-height: 1.2; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.fg-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.art-frangipani > .fg-status { position: absolute; left: 30px; top: 24px; color: #232725; }
.fg-case-hero .case-meta > div:last-of-type p { max-width: 190px; }
.fg-opening { background: #e7e0d6; padding: 54px 0 70px; }
.fg-opening-bar { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.fg-opening-bar img { width: 235px; max-width: 45%; max-height: 80px; object-fit: contain; object-position: left; }
.fg-opening-bar > span { font-size: 11px; letter-spacing: .06em; text-align: right; }
.fg-hero > img { width: 100%; height: auto; border: 1px solid #23272526; box-shadow: 0 20px 60px #23272514; }
.fg-case figcaption { font-size: 11px; line-height: 1.7; margin-top: 17px; color: #565a56; }
.fg-digital { padding: 94px 0; background: #edede7; }
.fg-section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 76px; }
.fg-section-heading > .eyebrow { padding-top: 10px; }
.fg-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 75px; margin-bottom: 70px; }
.fg-principles > div { border-top: 1px solid #23272535; padding-top: 22px; }
.fg-principles h3 { margin: 30px 0 15px; font-size: clamp(24px, 2.2vw, 36px); letter-spacing: -.035em; line-height: 1.2; }
.fg-principles p { font-size: 15px; line-height: 1.8; max-width: 390px; }
.fg-detail-pair { display: grid; grid-template-columns: 1.65fr .75fr; gap: 60px; align-items: center; }
.fg-product > img { width: 100%; height: auto; border: 1px solid #23272526; box-shadow: 0 18px 40px #2327250d; }
.fg-film { padding: 0 12%; }
.fg-film > img { width: 100%; height: auto; }
.fg-progress-note { border-left: 2px solid #232725; padding-left: 22px; margin-top: 38px; max-width: 640px; font-size: 14px; line-height: 1.8; }
.fg-invite { padding: 90px 0; background: #232725; color: #f7f4ef; }
.fg-invite > .wrap { display: flex; justify-content: space-between; align-items: flex-end; gap: 55px; }
.fg-invite h2 { margin-top: 27px; }
.fg-invite p { max-width: 500px; margin-top: 30px; line-height: 1.8; }
.fg-invite .button { background: #f7f4ef; color: #232725; flex-shrink: 0; }
@media (max-width: 900px) {
  .fg-section-heading { grid-template-columns: 1fr; gap: 30px; }
  .fg-principles { gap: 26px; }
  .fg-detail-pair { gap: 30px; grid-template-columns: 1.4fr .8fr; }
  .fg-film { padding: 0 5%; }
  .fg-invite > .wrap { display: block; }
  .fg-invite .button { margin-top: 35px; }
}
@media (max-width: 780px) {
  .art-frangipani > .fg-status { left: 20px; top: 20px; }
  .art-frangipani .project-signature { padding-top: 36px; }
}
@media (max-width: 620px) {
  .fg-case-hero .case-name { flex-wrap: wrap; gap: 20px; }
  .fg-opening { padding: 35px 0 40px; }
  .fg-opening-bar { gap: 25px; margin-bottom: 30px; }
  .fg-opening-bar > span { font-size: 10px; max-width: 135px; }
  .fg-digital { padding: 65px 0; }
  .fg-principles { grid-template-columns: 1fr; gap: 35px; margin-top: 42px; margin-bottom: 45px; }
  .fg-principles h3 { margin-top: 20px; }
  .fg-detail-pair { grid-template-columns: 1fr; gap: 42px; }
  .fg-film { width: min(76%, 300px); padding: 0; margin: 0 auto; }
  .fg-invite { padding: 65px 0; }
  .fg-case figcaption { font-size: 10px; }
}

@font-face { font-family: 'Frangipani Portfolio Serif'; src: url('../projects/frangipani/frangipani-serif.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Frangipani Portfolio Sans'; src: url('../projects/frangipani/frangipani-sans.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
.fg-card-stage { position: relative; }
.fg-card-stage > .fg-status { position: absolute; top: 24px; left: 24px; z-index: 4; color: #fffaf0; background: #201b1759; pointer-events: none; }
ka-frangipani-film.fg-player { display: block; position: relative; isolation: isolate; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #201b17; color: #fffaf0; padding: 0; }
.fg-player .fg-player__media, .fg-player .fg-player__poster, .fg-player .fg-player__video, .fg-player .fg-player__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fg-player .fg-player__poster { display: block; margin: 0; }
.fg-player .fg-player__poster img, .fg-player .fg-player__video { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.fg-player .fg-player__video { opacity: 0; pointer-events: none; }
.fg-player.has-frame .fg-player__video { opacity: 1; }
.fg-player.has-frame .fg-player__poster { visibility: hidden; }
.fg-player .fg-player__shade { background: linear-gradient(180deg, #0c090629 0%, #0c09060d 20%, #0c09061f 45%, #0c0906b3 100%); pointer-events: none; }
.fg-player .fg-player__logo { position: absolute; z-index: 2; width: clamp(155px, 19vw, 270px); height: auto; top: 35px; left: 50%; transform: translateX(-50%); }
.fg-player .fg-player__copy { position: absolute; left: 36px; right: 36px; bottom: 42px; z-index: 2; text-align: center; }
.fg-player .fg-player__eyebrow { margin: 0 0 10px; font: 400 11px/1.5 'Frangipani Portfolio Sans', Montserrat, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: inherit; }
.fg-player .fg-player__heading { max-width: none; margin: 0 0 14px; font-family: 'Frangipani Portfolio Serif', 'Cormorant Garamond', Georgia, serif; font-size: clamp(28px, 3.4vw, 44px); font-weight: 400; line-height: 1.12; letter-spacing: -.015em; color: inherit; word-break: normal; overflow-wrap: normal; }
.fg-player .fg-player__link { display: inline-flex; align-items: center; gap: .7em; min-height: 44px; padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font: 400 11px/1.5 'Frangipani Portfolio Sans', Montserrat, Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.fg-player .fg-player__link svg { width: 15px; height: 15px; }
.fg-player .fg-player__toggle { position: absolute; right: 18px; bottom: 16px; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #fffaf0b3; border-radius: 50%; background: #14110f4d; color: #fffaf0; cursor: pointer; touch-action: manipulation; }
.fg-player .fg-player__toggle[hidden] { display: none; }
.fg-player .fg-player__toggle svg { width: 18px; height: 18px; grid-area: 1/1; }
.fg-player .fg-player__pause-icon, .fg-player.is-playing .fg-player__play-icon { display: none; }
.fg-player.is-playing .fg-player__pause-icon { display: block; }
.fg-player .fg-player__toggle:hover { background: #14110f99; }
.fg-player .fg-player__toggle:focus-visible, .fg-player .fg-player__link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (max-width: 749px) {
  ka-frangipani-film.fg-player { aspect-ratio: 9/16; }
  .fg-player .fg-player__logo { top: 33px; width: 58%; max-width: 235px; }
  .fg-player .fg-player__copy { left: 22px; right: 22px; bottom: 59px; }
  .fg-player .fg-player__heading { font-size: 28px; margin-bottom: 12px; }
  .fg-player .fg-player__toggle { right: 16px; bottom: 15px; }
  .fg-card-stage > .fg-status { top: 17px; left: 17px; padding: 7px 10px; font-size: 9px; }
  .fg-player--card .fg-player__logo { top: 75px; }
}
