@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --kun-orange: #ff6a13;
  --kun-orange-soft: #ff9a58;
  --kun-green: #0d4845;
  --kun-green-deep: #082f2d;
  --kun-paper: #f5eee8;
  --kun-cream: #eaded4;
  --kun-ink: #152e2d;
  --kun-white: #fffaf5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--kun-paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--kun-paper); color: var(--kun-ink); font-family: Manrope, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }

.kun-grain {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .05;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.kun-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1px auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(1210px, calc(100% - 34px));
  min-height: 66px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(8,47,45,.92);
  color: var(--kun-white);
  box-shadow: 0 16px 45px rgba(7,42,40,.22);
  backdrop-filter: blur(18px) saturate(135%);
  transform: translateX(-50%);
}
.kun-header__makerz img { width: 112px; filter: brightness(0) invert(1); }
.kun-header__line { width: 1px; height: 38px; background: rgba(255,255,255,.16); }
.kun-header__client { color: var(--kun-orange); font: 400 1.35rem/.9 Anton, sans-serif; letter-spacing: .035em; }
.kun-header__client b { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font: 500 .39rem/1 "DM Mono", monospace; letter-spacing: .15em; }
.kun-header nav { justify-self: end; display: flex; align-items: center; gap: 26px; }
.kun-header nav a { color: rgba(255,255,255,.68); font: 700 .56rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.kun-header nav a:hover { color: var(--kun-orange-soft); }
.kun-header nav a:last-child { display: flex; align-items: center; gap: 10px; color: var(--kun-white); }

.kun-hero {
  position: relative;
  display: grid;
  grid-template-columns: .91fr 1.09fr;
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
  min-height: 100svh;
  padding: 132px max(26px, calc((100% - 1280px)/2)) 72px;
  overflow: hidden;
  background: var(--kun-green);
  color: var(--kun-white);
}
.kun-hero::before {
  content: "";
  position: absolute;
  left: -20vw;
  bottom: -52vw;
  width: 74vw;
  height: 74vw;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
}
.kun-hero__sun { position: absolute; top: -17vw; right: -13vw; width: 48vw; height: 48vw; border-radius: 50%; background: var(--kun-orange); }
.kun-hero__copy, .kun-hero__stage { position: relative; z-index: 2; }
.kun-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 27px; color: rgba(255,255,255,.62); font: 500 .61rem/1 "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.kun-eyebrow span { width: 34px; height: 1px; background: var(--kun-orange); }
.kun-hero h1, .kun-section-head h2, .kun-stories h2, .kun-pulse h2, .kun-outro h2 {
  margin: 0;
  font: 400 clamp(72px, 8.3vw, 132px)/.82 Anton, sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.kun-hero h1 em, .kun-section-head h2 em, .kun-stories h2 em, .kun-pulse h2 em, .kun-outro h2 em { color: var(--kun-orange); font-style: normal; }
.kun-hero__foot { display: flex; justify-content: space-between; align-items: center; gap: 26px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.kun-hero__foot p { max-width: 315px; margin: 0; color: rgba(255,255,255,.64); font: 600 .9rem/1.55 Manrope, sans-serif; }
.kun-hero__foot a, .kun-outro a { display: inline-flex; align-items: center; gap: 15px; min-height: 46px; padding: 7px 7px 7px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font: 800 .53rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.kun-hero__foot a i, .kun-outro a i { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--kun-orange); color: var(--kun-white); }
.kun-hero__stage { min-height: min(73vh, 735px); }
.kun-hero__poster { position: absolute; right: 5%; bottom: 1%; width: min(62%, 440px); margin: 0; overflow: hidden; border: 8px solid var(--kun-paper); border-radius: 210px 210px 16px 16px; box-shadow: 0 34px 75px rgba(4,31,29,.4); transform: rotate(2deg); }
.kun-hero__poster img { aspect-ratio: 4/5; object-fit: cover; }
.kun-hero__door { position: absolute; left: 0; bottom: 11%; width: 43%; height: 64%; overflow: hidden; border: 2px solid rgba(255,255,255,.42); border-radius: 180px 180px 10px 10px; transform: rotate(-4deg); }
.kun-hero__door span { position: absolute; inset: 7%; border-radius: inherit; background: var(--kun-orange); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.kun-hero__door span::after { content: ""; position: absolute; right: 9%; top: 51%; width: 11px; height: 11px; border-radius: 50%; background: var(--kun-green-deep); }
.kun-hero__logo { position: absolute; top: 5%; left: 2%; width: 185px; height: 185px; padding: 28px; border-radius: 50%; background: var(--kun-paper); box-shadow: 0 18px 42px rgba(4,31,29,.3); object-fit: contain; }
.kun-hero__coordinates { position: absolute; top: 8%; right: 0; margin: 0; color: rgba(255,255,255,.56); font: 500 .46rem/1.6 "DM Mono", monospace; letter-spacing: .11em; text-align: right; }

.kun-ribbon { overflow: hidden; background: var(--kun-orange); color: var(--kun-green-deep); }
.kun-ribbon div { display: flex; align-items: center; width: max-content; padding: 15px 0; animation: kun-ribbon 21s linear infinite; }
.kun-ribbon span { padding: 0 29px; font: 400 1rem/1 Anton, sans-serif; letter-spacing: .13em; }
.kun-ribbon i { width: 8px; height: 8px; border: 1px solid var(--kun-green-deep); border-radius: 50%; }
@keyframes kun-ribbon { to { transform: translateX(-50%); } }

.kun-opening { padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--kun-paper); }
.kun-section-head { display: grid; grid-template-columns: 170px 1fr 260px; align-items: end; gap: 36px; margin-bottom: clamp(60px, 8vw, 112px); }
.kun-section-head > span, .kun-stories__intro > span, .kun-pulse__copy > span, .kun-outro__copy > span { align-self: start; margin-top: 10px; color: var(--kun-orange); font: 500 .58rem/1 "DM Mono", monospace; letter-spacing: .13em; }
.kun-section-head h2 { font-size: clamp(62px, 7.6vw, 116px); color: var(--kun-green); }
.kun-section-head > p { margin: 0 0 8px; color: rgba(21,46,45,.62); font: 600 .88rem/1.6 Manrope, sans-serif; }
.kun-opening__spread { position: relative; min-height: min(76vw, 920px); }
.kun-opening figure { margin: 0; overflow: hidden; }
.kun-opening__main { position: absolute; top: 0; left: 4%; width: 47%; border-radius: 16px; box-shadow: 0 26px 64px rgba(37,54,50,.14); transform: rotate(-2deg); }
.kun-opening__main img, .kun-opening__side img { aspect-ratio: 4/5; object-fit: cover; }
.kun-opening__side { position: absolute; right: 3%; bottom: 0; width: 38%; border: 7px solid var(--kun-white); border-radius: 16px; box-shadow: 0 30px 70px rgba(37,54,50,.18); transform: rotate(3deg); }
.kun-opening__note { position: absolute; top: 10%; right: 4%; z-index: 2; display: grid; place-items: center; width: 260px; height: 260px; padding: 35px; border-radius: 50%; background: var(--kun-orange); color: var(--kun-white); text-align: center; box-shadow: 0 23px 60px rgba(255,106,19,.25); }
.kun-opening__note b { font: 800 5.7rem/.7 Manrope, sans-serif; }
.kun-opening__note span { font: 600 .7rem/1.5 Manrope, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.kun-opening__axis { position: absolute; left: 1%; bottom: 8%; margin: 0; color: rgba(13,72,69,.5); font: 500 .53rem/1 "DM Mono", monospace; letter-spacing: .14em; writing-mode: vertical-rl; transform: rotate(180deg); }
.kun-linkedin { margin: clamp(72px, 8vw, 115px) 0 0 !important; border: 1px solid rgba(13,72,69,.14); border-radius: 12px; background: var(--kun-white); }
.kun-linkedin img { aspect-ratio: 6/1; object-fit: contain; }

.kun-world { padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); background: var(--kun-green-deep); color: var(--kun-white); }
.kun-section-head--light h2 { color: var(--kun-white); }
.kun-section-head--light > p { color: rgba(255,255,255,.58); }
.kun-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(18px, 2.2vw, 32px); align-items: start; }
.kun-card { position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: var(--kun-paper); box-shadow: 0 22px 52px rgba(0,0,0,.17); }
.kun-card img { aspect-ratio: 4/5; object-fit: cover; }
.kun-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 48px; padding: 12px 14px; background: var(--kun-paper); color: var(--kun-green); }
.kun-card figcaption span, .kun-card figcaption b { font: 600 .49rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.kun-card figcaption b { color: var(--kun-orange); font-family: "DM Mono", monospace; }
.kun-card--one { grid-column: 1 / span 5; }
.kun-card--two { grid-column: 7 / span 3; margin-top: 86px; }
.kun-gallery__manifesto { grid-column: 10 / span 3; align-self: center; padding: 155px 0 40px; }
.kun-gallery__manifesto > span { color: var(--kun-orange-soft); font: 500 .56rem/1 "DM Mono", monospace; letter-spacing: .13em; }
.kun-gallery__manifesto h3 { margin: 24px 0 0; font: 400 clamp(48px, 5.1vw, 78px)/.84 Anton, sans-serif; letter-spacing: -.03em; }
.kun-gallery__manifesto h3 em { color: var(--kun-orange); font-style: normal; }
.kun-card--three { grid-column: 2 / span 3; margin-top: 10px; }
.kun-card--four { grid-column: 5 / span 4; margin-top: 112px; }
.kun-card--five { grid-column: 9 / span 4; margin-top: 10px; }
.kun-card--six { grid-column: 1 / span 4; margin-top: 80px; }
.kun-card--seven { grid-column: 5 / span 3; margin-top: 0; }
.kun-card--eight { grid-column: 9 / span 4; margin-top: 104px; }

.kun-stories { padding: clamp(100px, 10vw, 155px) max(22px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--kun-orange); color: var(--kun-green-deep); }
.kun-stories__intro { display: grid; grid-template-columns: 170px 1fr 270px; align-items: end; gap: 36px; margin-bottom: clamp(55px, 7vw, 95px); }
.kun-stories__intro > span { color: var(--kun-green-deep); }
.kun-stories h2 { font-size: clamp(62px, 7.5vw, 114px); }
.kun-stories h2 em { color: var(--kun-white); }
.kun-stories__intro p { margin: 0 0 8px; color: rgba(8,47,45,.7); font: 700 .88rem/1.6 Manrope, sans-serif; }
.kun-story-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(17px, 2.4vw, 34px); align-items: start; }
.kun-story { margin: 0; overflow: hidden; border: 6px solid var(--kun-paper); border-radius: 28px; background: var(--kun-paper); box-shadow: 0 28px 64px rgba(75,30,7,.2); }
.kun-story--lift { margin-top: 66px; }
.kun-story img { aspect-ratio: 9/16; object-fit: cover; border-radius: 21px 21px 0 0; }
.kun-story figcaption { display: flex; align-items: center; gap: 13px; padding: 16px 13px 11px; color: var(--kun-green); font: 700 .57rem/1 Manrope, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.kun-story figcaption span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--kun-green); color: var(--kun-white); font-family: "DM Mono", monospace; }

.kun-pulse { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(55px, 8vw, 120px); min-height: 100svh; padding: clamp(100px, 11vw, 170px) max(26px, calc((100% - 1280px)/2)); overflow: hidden; background: var(--kun-cream); }
.kun-pulse h2 { margin-top: 28px; color: var(--kun-green); font-size: clamp(68px, 7.8vw, 118px); }
.kun-pulse__copy > p { max-width: 440px; margin: 32px 0 0; color: rgba(21,46,45,.62); font: 600 1rem/1.65 Manrope, sans-serif; }
.kun-pulse__art { position: relative; min-height: min(65vw, 780px); }
.kun-pulse figure { position: absolute; margin: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 28px 70px rgba(45,52,48,.16); }
.kun-pulse figure img { aspect-ratio: 4/5; object-fit: cover; }
.kun-pulse__lead { inset: 0 18% 0 0; transform: rotate(-2deg); }
.kun-pulse__float { right: 0; bottom: 0; z-index: 2; width: 41%; border: 6px solid var(--kun-paper); transform: rotate(5deg); }
.kun-pulse__stamp { position: absolute; top: 4%; right: 0; z-index: 3; padding: 13px 18px; border-radius: 999px; background: var(--kun-orange); color: var(--kun-white); font: 500 .48rem/1 "DM Mono", monospace; letter-spacing: .12em; transform: rotate(6deg); }

.kun-outro { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; min-height: 88svh; padding: 110px max(26px, calc((100% - 1180px)/2)); overflow: hidden; background: var(--kun-green); color: var(--kun-white); }
.kun-outro > img { position: relative; z-index: 2; width: min(100%, 480px); padding: 55px; border-radius: 50%; background: var(--kun-paper); box-shadow: 0 30px 80px rgba(5,35,33,.35); }
.kun-outro__mark { position: absolute; left: -11vw; bottom: -28vw; width: 63vw; height: 63vw; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); }
.kun-outro__mark span { position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.kun-outro__copy { position: relative; z-index: 2; text-align: right; }
.kun-outro h2 { margin: 34px 0 45px; font-size: clamp(76px, 8.3vw, 128px); }
.kun-outro a { justify-content: flex-end; }

.kun-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; min-height: 90px; padding: 20px max(24px, calc((100% - 1280px)/2)); background: var(--kun-green-deep); color: rgba(255,255,255,.52); border-top: 1px solid rgba(255,255,255,.1); }
.kun-footer > a:first-child img { width: 110px; filter: brightness(0) invert(1); }
.kun-footer p, .kun-footer > a:last-child { font: 500 .5rem/1 "DM Mono", monospace; letter-spacing: .1em; }
.kun-footer > a:last-child { justify-self: end; display: flex; align-items: center; gap: 10px; }

.kun-reveal { opacity: 0; transform: translateY(28px); transition: opacity 680ms ease, transform 680ms cubic-bezier(.22,1,.36,1); }
.kun-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .kun-header { grid-template-columns: auto 1px auto; }
  .kun-header nav { display: none; }
  .kun-hero { grid-template-columns: 1fr; gap: 35px; padding-top: 126px; }
  .kun-hero__stage { min-height: min(108vw, 760px); }
  .kun-section-head, .kun-stories__intro { grid-template-columns: 130px 1fr; }
  .kun-section-head > p, .kun-stories__intro > p { grid-column: 2; }
  .kun-opening__spread { min-height: min(102vw, 920px); }
  .kun-pulse { grid-template-columns: 1fr; }
  .kun-pulse__copy { max-width: 720px; }
  .kun-pulse__art { min-height: min(102vw, 780px); }
  .kun-outro { grid-template-columns: 1fr; gap: 35px; }
  .kun-outro > img { width: 58%; }
}

@media (max-width: 620px) {
  .kun-header { top: 9px; width: calc(100% - 18px); min-height: 56px; padding: 7px 9px; gap: 10px; border-radius: 13px; }
  .kun-header__makerz img { width: 88px; }
  .kun-header__line { height: 31px; }
  .kun-header__client { font-size: 1.05rem; }
  .kun-header__client b { font-size: .32rem; }
  .kun-hero { min-height: auto; padding: 105px 18px 62px; }
  .kun-hero__sun { top: -28vw; right: -34vw; width: 100vw; height: 100vw; }
  .kun-eyebrow { margin-bottom: 20px; font-size: .51rem; }
  .kun-hero h1 { font-size: clamp(72px, 22vw, 102px); }
  .kun-hero h1 em {
    display:inline-block;
    padding:0 .09em .04em;
    border-radius:.08em;
    background:var(--kun-paper);
    color:var(--kun-green-deep);
    text-shadow:none;
  }
  .kun-hero__foot { align-items: flex-start; margin-top: 27px; }
  .kun-hero__foot p { max-width: 155px; font-size: .75rem; }
  .kun-hero__foot a { min-height: 41px; padding-left: 12px; font-size: .46rem; }
  .kun-hero__foot a i { width: 27px; height: 27px; }
  .kun-hero__stage { min-height: 130vw; }
  .kun-hero__poster { right: 0; width: 72%; border-width: 5px; border-radius: 105px 105px 12px 12px; }
  .kun-hero__door { left: -5%; bottom: 5%; width: 45%; height: 58%; }
  .kun-hero__logo { top: 3%; left: 0; width: 124px; height: 124px; padding: 19px; }
  .kun-hero__coordinates { top: 2%; font-size: .38rem; }
  .kun-ribbon div { padding: 12px 0; }
  .kun-ribbon span { padding: 0 20px; font-size: .84rem; }
  .kun-opening, .kun-world, .kun-stories, .kun-pulse { padding: 78px 18px; }
  .kun-section-head, .kun-stories__intro { grid-template-columns: 1fr; gap: 17px; margin-bottom: 48px; }
  .kun-section-head > p, .kun-stories__intro > p { grid-column: auto; max-width: 280px; margin: 3px 0 0; }
  .kun-section-head h2, .kun-stories h2 { font-size: clamp(55px, 17vw, 78px); }
  .kun-opening__spread { min-height: 162vw; }
  .kun-opening__main { left: 0; width: 73%; }
  .kun-opening__side { right: 0; width: 57%; border-width: 4px; }
  .kun-opening__note { top: 14%; right: -5%; width: 140px; height: 140px; padding: 19px; }
  .kun-opening__note b { font-size: 3.5rem; }
  .kun-opening__note span { font-size: .43rem; }
  .kun-opening__axis { display: none; }
  .kun-linkedin { margin-top: 60px !important; border-radius: 8px; }
  .kun-linkedin img { aspect-ratio: 4.8/1; object-fit: cover; }
  .kun-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .kun-card, .kun-card--one, .kun-card--two, .kun-card--three, .kun-card--four, .kun-card--five, .kun-card--six, .kun-card--seven, .kun-card--eight { grid-column: auto; margin-top: 0; border-radius: 11px; }
  .kun-card:nth-of-type(even) { margin-top: 56px; }
  .kun-card figcaption { min-height: 42px; padding: 10px 9px; }
  .kun-card figcaption span, .kun-card figcaption b { font-size: .4rem; }
  .kun-gallery__manifesto { grid-column: 1 / -1; padding: 55px 0 38px; }
  .kun-gallery__manifesto h3 { font-size: clamp(58px, 17vw, 76px); }
  .kun-story-rail { display: flex; gap: 14px; width: auto; margin-inline: -18px; padding: 0 18px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .kun-story-rail::-webkit-scrollbar { display: none; }
  .kun-story { flex: 0 0 82vw; border-width: 4px; border-radius: 22px; scroll-snap-align: center; }
  .kun-story--lift { margin-top: 0; }
  .kun-story img { border-radius: 17px 17px 0 0; }
  .kun-pulse { min-height: auto; gap: 45px; }
  .kun-pulse h2 { font-size: clamp(70px, 21vw, 96px); }
  .kun-pulse__copy > p { margin-top: 24px; font-size: .85rem; }
  .kun-pulse__art { min-height: 128vw; }
  .kun-pulse__lead { right: 16%; }
  .kun-pulse__float { width: 44%; border-width: 4px; }
  .kun-pulse__stamp { font-size: .38rem; }
  .kun-outro { min-height: auto; padding: 85px 18px; }
  .kun-outro > img { width: 70%; padding: 30px; }
  .kun-outro__copy { text-align: left; }
  .kun-outro h2 { margin: 26px 0 36px; font-size: clamp(76px, 24vw, 108px); }
  .kun-outro a { justify-content: flex-start; }
  .kun-footer { grid-template-columns: 1fr auto; min-height: 78px; padding: 18px; }
  .kun-footer p { display: none; }
  .kun-footer > a:first-child img { width: 90px; }
  .kun-footer > a:last-child { font-size: .43rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .kun-ribbon div { animation: none; }
  .kun-reveal { opacity: 1; transform: none; transition: none; }
}
